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 86692e8 commit ebcf104Copy full SHA for ebcf104
chdb/test_smoke.sh
@@ -25,8 +25,8 @@ python3 -c \
25
# "import chdb; res = chdb.query('select version()', 'Debug'); print(res.bytes())"
26
27
# test json function
28
-python3 -c \
29
- "import chdb; res = chdb.query('select isValidJSON(\'not a json\')', 'CSV'); print(res)"
+# python3 -c \
+# "import chdb; res = chdb.query('select isValidJSON(\'not a json\')', 'CSV'); print(res)"
30
31
# test cli
32
python3 -m chdb "select 1112222222,555" Dataframe
0 commit comments