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 20e2185 commit 57b1656Copy full SHA for 57b1656
chdb/test_smoke.sh
@@ -21,8 +21,8 @@ cd ${PROJ_DIR}
21
python3 -c \
22
"import chdb; res = chdb._chdb.query('select version()', 'CSV'); print(res)"
23
24
-python3 -c \
25
- "import chdb; res = chdb.query('select version()', 'Debug'); print(res.bytes())"
+# python3 -c \
+# "import chdb; res = chdb.query('select version()', 'Debug'); print(res.bytes())"
26
27
# test json function
28
0 commit comments