Skip to content

Commit

Permalink
Disable for now import chdb; res = chdb.query('select version()', 'De…
Browse files Browse the repository at this point in the history
…bug'); print(res.bytes())
  • Loading branch information
auxten committed Jan 3, 2025
1 parent 20e2185 commit 57b1656
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chdb/test_smoke.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ cd ${PROJ_DIR}
python3 -c \
"import chdb; res = chdb._chdb.query('select version()', 'CSV'); print(res)"

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

# test json function
python3 -c \
Expand Down

0 comments on commit 57b1656

Please sign in to comment.