Skip to content

Commit 57b1656

Browse files
committed
Disable for now import chdb; res = chdb.query('select version()', 'Debug'); print(res.bytes())
1 parent 20e2185 commit 57b1656

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

chdb/test_smoke.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ cd ${PROJ_DIR}
2121
python3 -c \
2222
"import chdb; res = chdb._chdb.query('select version()', 'CSV'); print(res)"
2323

24-
python3 -c \
25-
"import chdb; res = chdb.query('select version()', 'Debug'); print(res.bytes())"
24+
# python3 -c \
25+
# "import chdb; res = chdb.query('select version()', 'Debug'); print(res.bytes())"
2626

2727
# test json function
2828
python3 -c \

0 commit comments

Comments
 (0)