Skip to content

Commit 359721f

Browse files
committed
Add test
1 parent 9511f53 commit 359721f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

datafusion/sqllogictest/test_files/dictionary.slt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -444,3 +444,9 @@ physical_plan
444444
01)CoalesceBatchesExec: target_batch_size=8192
445445
02)--FilterExec: column2@1 = 1
446446
03)----MemoryExec: partitions=1, partition_sizes=[1]
447+
448+
# Window Functions
449+
query TTTT
450+
select dense_rank() over (order by arrow_cast('abc', 'Dictionary(UInt16, Utf8)'));
451+
----
452+
1

0 commit comments

Comments
 (0)