Yuanping Wu created ORC-1399: -------------------------------- Summary: [C++] Using LongVectorBatch when createRowBatch with useTightNumericVector option for boolean Key: ORC-1399 URL: https://issues.apache.org/jira/browse/ORC-1399 Project: ORC Issue Type: Bug Reporter: Yuanping Wu
With option useTightNumericVector, createRowBatch would return a ByteVectorBatch for Boolean type, however, BooleanColumnReader/Writer only accept LongVectorBatch.We should fix this bug. -- This message was sent by Atlassian Jira (v8.20.10#820010)