Yong Wang
Yong Wang
@kasper93 Advantages of this feature: 1. Video courses from online educational websites such as Coursera can be quickly converted to an MP3 version, which can be imported into an MP3...
> I edited the PR description to hopefully make the PR check happy. thanks
> I think we also need test for this bug this can be tested manually without "--multiquery", otherwise the ErrorMaxQuerySizeExceeded is not triggered can do WING Fuzz test to see...
Hi @antaljanosbenjamin , can you do the Wing Fuzz test to verify the issue: https://github.com/ClickHouse/ClickHouse/issues/59036 https://github.com/ClickHouse/ClickHouse/issues/59037 thanks test result of 02366_kql_makeseries and 02366_kql_extend show failed because they have random row...
> I can try to check the wingfuzz tests, but it is not clear to me how to reproduce the issue. I have also other tasks, so it might take...
@antaljanosbenjamin, the failures are not related with this PR now
@antaljanosbenjamin is there any news about the WING Fuzz test? Best Regards
> Do you mean that the `makeseries` function contains a bug? Then, we should remove or fix it. it generate result of row in random order, will fixed with a...
> @kashwy if you want to help, you can also check out what happend when some of these `isEnd()` checks encounters `TokenType::ErrorMaxQuerySizeExceeded`. I can change all of them, although `TokenType::ErrorMaxQuerySizeExceeded`....
> > I can change all of them, although TokenType::ErrorMaxQuerySizeExceeded. will be screened out at the first place > > I miss something in the logic then. Could you please...