wangshengjie123 commented on issue #9966: URL: https://github.com/apache/incubator-gluten/issues/9966#issuecomment-3198983778
+1, spark 3.3 + gluten-1.2 ``` 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: VeloxException Error Source: RUNTIME Error Code: UNKNOWN Reason: Error in ZlibDecompressionStream::Next in PagedInputStream StreamInfo (Page Reader: Stream DirectInputStream 524288 of 556149) input stream (SeekableArrayInputStream 222720 of 222720) State (1) remaining length (222720). error: -3 Info: Page Reader: Stream DirectInputStream 524288 of 556149 Retriable: False Context: Split [Hive: hdfs://******/part-1-45312.gz.parquet 0 - 30735096] Task Gluten_Stage_18_TID_2728_VTID_43 Additional Context: Operator: TableScan[0] 0 Function: readOrSkip File: /gluten-build-base/gluten/ep/build-velox/build/velox_ep/velox/dwio/common/compression/Compression.cpp Line: 588 Stack trace: # 0 _ZN8facebook5velox7process10StackTraceC1Ei # 1 _ZN8facebook5velox14VeloxExceptionC1EPKcmS3_St17basic_string_viewIcSt11char_traitsIcEES7_S7_S7_bNS1_4TypeES7_ # 2 _ZN8facebook5velox4dwio6common9exception15LoggedExceptionC2EPKcmS6_S6_RKSsS8_S8_ # 3 _ZN8facebook5velox4dwio6common11compression12_GLOBAL__N_123ZlibDecompressionStream10readOrSkipEPPKvPi.cold # 4 _ZN8facebook5velox4dwio6common11compression16PagedInputStream4NextEPPKvPi # 5 _ZN8facebook5velox4dwio6common19SeekableInputStream9readFullyEPcm # 6 _ZN8facebook5velox7parquet10PageReader14decompressDataEPKcjj # 7 _ZN8facebook5velox7parquet10PageReader17prepareDictionaryERKNS1_6thrift10PageHeaderE # 8 _ZN8facebook5velox7parquet10PageReader10seekToPageEl # 9 _ZN8facebook5velox7parquet10PageReader11rowsForPageERNS0_4dwio6common21SelectiveColumnReaderEbbRN5folly5RangeIPKiEERPKm # 10 _ZN8facebook5velox7parquet10PageReader15readWithVisitorINS0_4dwio6common13ColumnVisitorIN5folly5RangeIPKcEENS0_6common9IsNotNullENS5_15ExtractToReaderELb1EEEEEvRT_ # 11 _ZN8facebook5velox7parquet18StringColumnReader4readEiN5folly5RangeIPKiEEPKm # 12 _ZN8facebook5velox4dwio6common31SelectiveStructColumnReaderBase4readEiN5folly5RangeIPKiEEPKm # 13 _ZN8facebook5velox4dwio6common31SelectiveStructColumnReaderBase4nextEmRSt10shared_ptrINS0_10BaseVectorEEPKNS2_8MutationE # 14 _ZN8facebook5velox7parquet16ParquetRowReader4nextEmRSt10shared_ptrINS0_10BaseVectorEEPKNS0_4dwio6common8MutationE # 15 _ZN8facebook5velox9connector4hive11SplitReader4nextEmRSt10shared_ptrINS0_10BaseVectorEE # 16 _ZN8facebook5velox9connector4hive14HiveDataSource4nextEmRN5folly10SemiFutureINS4_4UnitEEE # 17 _ZN8facebook5velox4exec9TableScan9getOutputEv # 18 _ZN8facebook5velox4exec6Driver11runInternalERSt10shared_ptrIS2_ERS3_INS1_13BlockingStateEERS3_INS0_9RowVectorEE # 19 _ZN8facebook5velox4exec6Driver4nextERSt10shared_ptrINS1_13BlockingStateEE # 20 _ZN8facebook5velox4exec4Task4nextEPN5folly10SemiFutureINS3_4UnitEEE # 21 _ZN6gluten24WholeStageResultIterator4nextEv # 22 Java_org_apache_gluten_vectorized_ColumnarBatchOutIterator_nativeHasNext ``` -- 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]
