wjones127 commented on code in PR #14219:
URL: https://github.com/apache/arrow/pull/14219#discussion_r980368038


##########
cpp/src/arrow/adapters/orc/adapter_test.cc:
##########
@@ -730,4 +733,30 @@ TEST_F(TestORCWriterSingleArray, WriteListOfMap) {
   AssertArrayWriteReadEqual(array, array, kDefaultSmallMemStreamSize * 10);
 }
 
+class TestORCWriterMultipleWrite : public ::testing::Test {
+ public:
+  TestORCWriterMultipleWrite() : rand(kRandomSeed) {}
+
+ protected:
+  random::RandomArrayGenerator rand;
+};
+
+TEST_F(TestORCWriterMultipleWrite, MultipleWritesIntField) {

Review Comment:
   Nice test!
   
   Could you also add one to verify that we get a sensible error if you write a 
table but then try to write a second table with a different schema?



-- 
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]

Reply via email to