You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by GitBox <gi...@apache.org> on 2023/01/05 22:49:01 UTC

[GitHub] [arrow] wjones127 opened a new issue, #15212: ORC writer doesn't work on sliced list arrays

wjones127 opened a new issue, #15212:
URL: https://github.com/apache/arrow/issues/15212

   ### Describe the bug, including details regarding any error messages, version, and platform.
   
   Follow up on #15210, where there was another misuse of `BaseListArray.values()`.
   
   This can be reproduced with the unit test:
   
   ```cpp
   TEST_F(TestORCWriterTrivialNoConversion, writeSlicedBatch) {
     std::shared_ptr<Table> table = GenerateRandomTable(table_schema, /*size=*/100, /*min_num_chunks=*/1, /*max_num_chunks*/1, /*probability=*/0);
     table = table->Slice(20, 60);
     
     AssertTableWriteReadEqual(table, table, kDefaultSmallMemStreamSize / 16);
   }
   ```
   
   ### Component(s)
   
   C++


-- 
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: issues-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] wjones127 closed issue #15212: ORC writer doesn't work on sliced list arrays

Posted by GitBox <gi...@apache.org>.
wjones127 closed issue #15212: ORC writer doesn't work on sliced list arrays
URL: https://github.com/apache/arrow/issues/15212


-- 
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: issues-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org