We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 513736e commit 02b2ebdCopy full SHA for 02b2ebd
datafusion/sqllogictest/test_files/parquet_filter_pushdown.slt
@@ -575,3 +575,12 @@ WHERE trace_id = '00000000000000000000000000000002'
575
ORDER BY start_timestamp, trace_id;
576
----
577
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