Boolean support for parquet native reader#71055
Conversation
|
@copperybean any insights would be appreciated |
|
This is an automated comment for commit 33fdddf with description of existing statuses. It's updated for the latest CI running ❌ Click here to open a full report in a separate page
Successful checks
|
| USER_FILES_PATH=$($CLICKHOUSE_CLIENT_BINARY --query "select _path,_file from file('nonexist.txt', 'CSV', 'val1 char')" 2>&1 | grep Exception | awk '{gsub("/nonexist.txt","",$9); print $9}') | ||
|
|
||
| WORKING_DIR="${USER_FILES_PATH}/${CLICKHOUSE_TEST_UNIQUE_NAME}" | ||
|
|
||
| mkdir -p "${WORKING_DIR}" | ||
|
|
||
| DATA_FILE="${CUR_DIR}/data_parquet/nullbool.parquet" |
There was a problem hiding this comment.
I'd just do INSERT INTO TABLE FUNCTION file('nullbool.parquet') SELECT base64Decode('....') embedding data into test (since file is pretty small) and then work with file('nullbool.parquet'). It can be done even in .sql test
Sanitizer report is relevant: |
vdimir
left a comment
There was a problem hiding this comment.
@arthurpassos, could you please check sanitizer report?
For sure. I thought it was fuzzer, but it is msan. Will investigate |
Thank you for looking into it :D |
…lean_parquet_native_reader Boolean support for parquet native reader
Changelog category (leave one):
Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):
Boolean support for parquet native reader
Documentation entry for user-facing changes
CI Settings (Only check the boxes if you know what you are doing):