Gang Wu created ORC-1457:
----------------------------
Summary: [C++] Fix ambiguous overload of Type::createRowBatch
Key: ORC-1457
URL: https://issues.apache.org/jira/browse/ORC-1457
Project: ORC
Issue Type: Bug
Components: C++
Affects Versions: 1.9.0
Reporter: Gang Wu
Assignee: Gang Wu
Fix For: 2.0.0, 1.9.1
Apache Arrow failed to build ORC v1.9.0 release:
[https://github.com/apache/arrow/issues/36405]
{code:java}
virtual std::unique_ptr<ColumnVectorBatch> createRowBatch(
uint64_t size, MemoryPool& pool, bool encoded = false) const = 0;
virtual std::unique_ptr<ColumnVectorBatch> createRowBatch(
uint64_t size, MemoryPool& pool, bool encoded = false,
bool useTightNumericVector = false) const = 0;
{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)