Changeset: b848619e6c4d for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/b848619e6c4d Modified Files: sql/test/scripts/Tests/copy-into-lz4.test.in Branch: Jun2023 Log Message:
for now leave out the float column to make the result stable diffs (17 lines): diff --git a/sql/test/scripts/Tests/copy-into-lz4.test.in b/sql/test/scripts/Tests/copy-into-lz4.test.in --- a/sql/test/scripts/Tests/copy-into-lz4.test.in +++ b/sql/test/scripts/Tests/copy-into-lz4.test.in @@ -7,10 +7,10 @@ CREATE TABLE testlz4 (a bigint, b real, statement ok COPY INTO testlz4 FROM E'$QTSTSRCDIR/testlz4.lz4' USING DELIMITERS ',',E'\n','"' NULL AS '' -query IRTT rowsort -SELECT a, b, c, d FROM testlz4 limit 1024 +query ITT rowsort +SELECT a, c, d FROM testlz4 limit 1024 ---- -4096 values hashing to 8301cae381de55e54089cb04f6e56d00 +3072 values hashing to 565adcf384369482e68cab7fe899e89b statement ok ROLLBACK _______________________________________________ checkin-list mailing list -- [email protected] To unsubscribe send an email to [email protected]
