We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fd6027 commit 57b8b1fCopy full SHA for 57b8b1f
datafusion/sqllogictest/test_files/metadata.slt
@@ -273,6 +273,7 @@ FROM
273
----
274
foo 1
275
276
+# Regression test: first_value should preserve metadata
277
query IT
278
select first_value(id order by id asc nulls last), arrow_metadata(first_value(id order by id asc nulls last), 'metadata_key')
279
from table_with_metadata;
0 commit comments