vitvara commented on PR #66619: URL: https://github.com/apache/doris/pull/66619#issuecomment-5282062807
Hi — first time posting here. Thanks for fixing this! I wanted to confirm that I’m seeing the same issue in production on **4.1.3**. I was also able to reproduce it with the `apache/doris:be-4.1.3` image using a single BE: 1. Iceberg table with one `array<struct<...>>` column 2. 8 levels of nesting, 272 leaf columns 3. 16 data files 4. Query: `SELECT <nested_col> FROM <tbl> LIMIT 21845` I’m getting the same stack trace. **One question:** is a backport to `branch-4.1` planned? I’m currently running 4.1.3 in production, so a 4.1.x fix would be very helpful. Thanks again for fixing this! -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
