jinchengchenghh commented on issue #9335: URL: https://github.com/apache/incubator-gluten/issues/9335#issuecomment-3209892505
Because input type is `dep` and input RowVector type is `n0_0, n0_1`, HiveConnector uses partition channel instead of input RowVector Type. ``` Error: TestGlutenCopyOnWriteDelete>TestDelete.testDeleteNonExistingRecords:482->SparkTestBase.sql:123 ? Spark Job aborted due to stage failure: Task 1 in stage 519.0 failed 1 times, most recent failure: Lost task 1.0 in stage 519.0 (TID 603) (b0337f3cc399 executor driver): org.apache.gluten.exception.GlutenException: Exception: VeloxUserError Error Source: USER Error Code: INVALID_ARGUMENT Reason: Field not found: dep. Available fields are: n0_0, n0_1. Retriable: False Function: getChildIdx File: /work/ep/build-velox/build/velox_ep/velox/type/Type.cpp Line: 382 Stack trace: # 0 _ZN8facebook5velox7process10StackTraceC1Ei # 1 _ZN8facebook5velox14VeloxExceptionC1EPKcmS3_St17basic_string_viewIcSt11char_traitsIcEES7_S7_S7_bNS1_4TypeES7_ # 2 _ZN8facebook5velox6detail14veloxCheckFailINS0_14VeloxUserErrorERKSsEEvRKNS1_18VeloxCheckFailArgsET0_ # 3 _ZNK8facebook5velox7RowType11getChildIdxESt17basic_string_viewIcSt11char_traitsIcEE # 4 _ZNK8facebook5velox9connector4hive7iceberg9Transform9transformERKSt10shared_ptrINS0_9RowVectorEE # 5 _ZN8facebook5velox9connector4hive7iceberg27IcebergPartitionIdGenerator3runERKSt10shared_ptrINS0_9RowVectorEERNS0_10raw_vectorImEE # 6 _ZN8facebook5velox9connector4hive12HiveDataSink28computePartitionAndBucketIdsERKSt10shared_ptrINS0_9RowVectorEE # 7 _ZN8facebook5velox9connector4hive7iceberg15IcebergDataSink10appendDataESt10shared_ptrINS0_9RowVectorEE # 8 _ZN6gluten13IcebergWriter5writeERKNS_18VeloxColumnarBatchE # 9 Java_org_apache_gluten_execution_IcebergWriteJniWrapper_write # 10 0x00007f0cb133dedd ``` -- 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]
