79565994

Date: 2025-04-10 07:36:15
Score: 2.5
Natty:
Report link

org.apache.orc.impl.TreeReaderFactory.BytesColumnVectorUtil#readOrcByteArrays

https://github.com/apache/orc/blob/main/java/core/src/java/org/apache/orc/impl/TreeReaderFactory.java#L2086-L2089

OR use flatten api

BytesColumnVector value = (BytesColumnVector) batch.cols[0];
value.flatten(false, batch.selected, batch.size); 
Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: user1885418