Skip to content

Commit 02b2ebd

Browse files
committed
Add test
1 parent 513736e commit 02b2ebd

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

datafusion/sqllogictest/test_files/parquet_filter_pushdown.slt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -575,3 +575,12 @@ WHERE trace_id = '00000000000000000000000000000002'
575575
ORDER BY start_timestamp, trace_id;
576576
----
577577
staging
578+
579+
query P
580+
SELECT start_timestamp
581+
FROM t1
582+
WHERE trace_id = '00000000000000000000000000000002' AND deployment_environment = 'staging'
583+
ORDER BY start_timestamp, trace_id
584+
LIMIT 1;
585+
----
586+
2024-10-01T00:00:00Z

0 commit comments

Comments
 (0)