Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
Weijun-H committed Oct 14, 2024
1 parent ee8038d commit 50cdbc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/sqllogictests/test_files/scan.slt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ CREATE FOREIGN TABLE trips ()
SERVER parquet_server
OPTIONS (files 's3://paradedb-benchmarks/yellow_tripdata_2024-01.parquet');

query IIF
query IIR
SELECT vendorid, passenger_count, trip_distance FROM trips LIMIT 1;
----
2 1 1.72

0 comments on commit 50cdbc2

Please sign in to comment.