Re: [PR] [GLUTEN-5061][CH] Fix assert error when writing mergetree data with select * from table limit n [incubator-gluten]

2024-03-21 Thread via GitHub
binmahone merged PR #5068: URL: https://github.com/apache/incubator-gluten/pull/5068 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

Re: [PR] [GLUTEN-5061][CH] Fix assert error when writing mergetree data with select * from table limit n [incubator-gluten]

2024-03-20 Thread via GitHub
github-actions[bot] commented on PR #5068: URL: https://github.com/apache/incubator-gluten/pull/5068#issuecomment-2011240455 Run Gluten Clickhouse CI -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

Re: [PR] [GLUTEN-5061][CH] Fix assert error when writing mergetree data with select * from table limit n [incubator-gluten]

2024-03-20 Thread via GitHub
github-actions[bot] commented on PR #5068: URL: https://github.com/apache/incubator-gluten/pull/5068#issuecomment-2011240227 https://github.com/apache/incubator-gluten/issues/5061 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[PR] [GLUTEN-5061][CH] Fix assert error when writing mergetree data with select * from table limit n [incubator-gluten]

2024-03-20 Thread via GitHub
zzcclp opened a new pull request, #5068: URL: https://github.com/apache/incubator-gluten/pull/5068 ## What changes were proposed in this pull request? The below writing mergetree data sql will throw the assert error: ``` insert into table lineitem_mergetree select * from