Changeset: ddb60486cbfa for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/ddb60486cbfa
Added Files:
        sql/test/scripts/Tests/copy-into-lz4.test.in
Removed Files:
        sql/test/scripts/Tests/copy-into-lz4.test
Branch: Aug2024
Log Message:

We want to test lz4 processing inside of mserver5, not in a Python client.


diffs (14 lines):

diff --git a/sql/test/scripts/Tests/copy-into-lz4.test 
b/sql/test/scripts/Tests/copy-into-lz4.test.in
rename from sql/test/scripts/Tests/copy-into-lz4.test
rename to sql/test/scripts/Tests/copy-into-lz4.test.in
--- a/sql/test/scripts/Tests/copy-into-lz4.test
+++ b/sql/test/scripts/Tests/copy-into-lz4.test.in
@@ -5,7 +5,7 @@ statement ok
 CREATE TABLE testlz4 (a bigint, b real, c clob, d varchar(64))
 
 statement ok
-COPY INTO testlz4 FROM 'testlz4.lz4' ON CLIENT USING DELIMITERS ',',E'\n','"' 
NULL AS ''
+COPY INTO testlz4 FROM E'$QTSTSRCDIR/testlz4.lz4' USING DELIMITERS 
',',E'\n','"' NULL AS ''
 
 query ITT rowsort
 SELECT a, c, d FROM testlz4 limit 1024
_______________________________________________
checkin-list mailing list -- checkin-list@monetdb.org
To unsubscribe send an email to checkin-list-le...@monetdb.org

Reply via email to