cxzl25 opened a new pull request, #2127:
URL: https://github.com/apache/orc/pull/2127
### What changes were proposed in this pull request?
### Why are the changes needed?
jstack
```java
"main" #1 [4611] prio=5 os_prio=31 cpu=55921.47ms elapsed=57.53s
tid=0x0000000139014600 nid=4611 runnable [0x000000016d9fa000]
java.lang.Thread.State: RUNNABLE
at java.util.zip.Inflater.inflateBytesBytes([email protected]/Native
Method)
at java.util.zip.Inflater.inflate([email protected]/Inflater.java:376)
- locked <0x00000004367befc0> (a
java.util.zip.Inflater$InflaterZStreamRef)
at org.apache.orc.impl.ZlibCodec.decompress(ZlibCodec.java:168)
at
org.apache.orc.impl.InStream$CompressedStream.readHeader(InStream.java:521)
at
org.apache.orc.impl.InStream$CompressedStream.ensureUncompressed(InStream.java:548)
at
org.apache.orc.impl.InStream$CompressedStream.read(InStream.java:535)
at
org.apache.orc.impl.TreeReaderFactory$BytesColumnVectorUtil.commonReadByteArrays(TreeReaderFactory.java:2052)
at
org.apache.orc.impl.TreeReaderFactory$BytesColumnVectorUtil.readOrcByteArrays(TreeReaderFactory.java:2071)
at
org.apache.orc.impl.TreeReaderFactory$StringDirectTreeReader.nextVector(TreeReaderFactory.java:2169)
at
org.apache.orc.impl.TreeReaderFactory$StringTreeReader.nextVector(TreeReaderFactory.java:2001)
at
org.apache.orc.impl.reader.tree.StructBatchReader.readBatchColumn(StructBatchReader.java:65)
at
org.apache.orc.impl.reader.tree.StructBatchReader.nextBatchForLevel(StructBatchReader.java:100)
at
org.apache.orc.impl.reader.tree.StructBatchReader.nextBatch(StructBatchReader.java:77)
at
org.apache.orc.impl.RecordReaderImpl.nextBatch(RecordReaderImpl.java:1432)
at org.apache.orc.tools.PrintData.printJsonData(PrintData.java:208)
at org.apache.orc.tools.PrintData.main(PrintData.java:288)
at org.apache.orc.tools.Driver.main(Driver.java:120)
```
### How was this patch tested?
local test
### Was this patch authored or co-authored using generative AI tooling?
No
--
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]