-
Notifications
You must be signed in to change notification settings - Fork 6.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use max_read_buffer_size for file descriptors as well in file() #64532
Use max_read_buffer_size for file descriptors as well in file() #64532
Conversation
This is the case for clickhouse-local Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
This is an automated comment for commit 7b804ad 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
|
Test failures does not looks related:
Should it be rebased or it is OK to merge as-is? |
This is the case for clickhouse-local
That way you can pipe into clickhouse-local and parse the output, i.e.:
chl --input-format JSONEachRow --input_format_max_rows_to_read_for_schema_inference 1 --max_read_buffer_size 10 --max_block_size 1 'select * from table'
Changelog category (leave one):