Skip to content

Commit 57b8b1f

Browse files
authored
Apply suggestion from @alamb
1 parent 2fd6027 commit 57b8b1f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

datafusion/sqllogictest/test_files/metadata.slt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,7 @@ FROM
273273
----
274274
foo 1
275275

276+
# Regression test: first_value should preserve metadata
276277
query IT
277278
select first_value(id order by id asc nulls last), arrow_metadata(first_value(id order by id asc nulls last), 'metadata_key')
278279
from table_with_metadata;

0 commit comments

Comments
 (0)