mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-05-20 15:00:40 +00:00
chore: bump datafusion version to fix last_value regression (#4169)
* chore: bump datafusion version to fix `last_value` regression * fix: resolve PR comments * fix ci
This commit is contained in:
@@ -16,4 +16,12 @@ SELECT ISNULL(true);
|
||||
|
||||
SELECT ISNULL('string');
|
||||
|
||||
SELECT FIRST_VALUE(1);
|
||||
|
||||
SELECT FIRST_VALUE('a');
|
||||
|
||||
SELECT LAST_VALUE(1);
|
||||
|
||||
SELECT LAST_VALUE('a');
|
||||
|
||||
DROP TABLE t;
|
||||
|
||||
Reference in New Issue
Block a user