felipepessoto commented on PR #12290: URL: https://github.com/apache/gluten/pull/12290#issuecomment-4725440591
> Thanks for the fix! I assume this change converts a core dump into a user-facing error. Have you looked into the cases where Spark could produce an out-of-range index? I'm wondering why Spark would generate this kind of plan. I tried multiple things, but I couldn't repro with simple unit test. The repro is at https://github.com/apache/gluten/actions/runs/27487184961/job/81246596702?pr=12278 <img width="1856" height="646" alt="image" src="https://github.com/user-attachments/assets/2acfe978-fa12-448c-b87f-044bc1bc6b5a" /> So, I assume it is the next test: https://github.com/delta-io/delta/blob/9f600c42dd9bc383c025ee6e43f8199571a2783b/spark/src/test/scala/org/apache/spark/sql/delta/MergeIntoSuiteBase.scala#L1291 Suite MergeIntoNestedDataSQLPathBasedSuite The problem is this test is not a simple SQL command: <img width="827" height="426" alt="image" src="https://github.com/user-attachments/assets/2faf0c39-51c4-4b93-beac-c35ab1e9fa6b" /> -- 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]
