felipepessoto commented on PR #12278: URL: https://github.com/apache/gluten/pull/12278#issuecomment-4776942549
@philo-he, I think we got a regression using the pipeline. After rebase this wasn't failing and now is: ### Regressions -- new failures NOT in the baseline (1) ``` org.apache.spark.sql.delta.generatedsuites.MergeIntoExtendedSyntaxSQLPathBasedDVsPredPushOnSuite#extended syntax - update + conditional insert - isPartitioned: true ``` ``` [info] - extended syntax - update + conditional insert - isPartitioned: true *** FAILED *** [info] org.apache.spark.SparkException: Job aborted due to stage failure: Task 0 in stage 1028.0 failed 1 times, most recent failure: Lost task 0.0 in stage 1028.0 (TID 843) (a1f85dc2d2ba executor driver): org.apache.gluten.exception.GlutenException: org.apache.gluten.exception.GlutenException: Error during calling Java code from native code: org.apache.gluten.exception.GlutenException: org.apache.gluten.exception.GlutenException: Exception: VeloxRuntimeError [info] Error Source: RUNTIME [info] Error Code: INVALID_STATE [info] Reason: (9223372036854775807 vs. 9223372030412324864) Delta RoaringBitmapArray row index 9223372036854775807 exceeds max representable value 9223372030412324864 [info] Retriable: False [info] Expression: value <= kMaxRepresentableValue [info] Context: Operator: PartialAggregation[9] 9 [info] Function: addSafe [info] File: /work/cpp/velox/compute/delta/RoaringBitmapArray.cpp [info] Line: 92 [info] Stack trace: [info] # 0 ``` @malinjawi, @zhztheplayer, could be related to #12214? -- 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]
