-
Notifications
You must be signed in to change notification settings - Fork 447
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CH][UT] Fix UT due to ClickHouse/ClickHouse#64427 (#6079)
Don't know the reason, but this PR changed the 'input_format_parquet_max_block_size' to 'DEFAULT_block_size', which is 65409, causing the MergeTree related tests to fail. Let's set input_format_parquet_max_block_size to 8192, which reverts 7445f02 Also I use assertResult instead of assert, so we can know the actual result once failed.
- Loading branch information
1 parent
00fee1d
commit 142cf0f
Showing
4 changed files
with
377 additions
and
442 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.