dongjoon-hyun commented on a change in pull request #650:
URL: https://github.com/apache/orc/pull/650#discussion_r599555095
##########
File path:
java/mapreduce/src/test/org/apache/orc/mapreduce/TestMapreduceOrcOutputFormat.java
##########
@@ -153,6 +155,34 @@ public void testColumnSelection() throws Exception {
assertEquals(false, reader.nextKeyValue());
}
+ @Test
+ public void testAcidSelectionNoSchema() throws IOException,
InterruptedException {
+ TaskAttemptID id = new TaskAttemptID("jt", 0, TaskType.MAP, 0, 1);
+ TaskAttemptContext attemptContext = new TaskAttemptContextImpl(conf, id);
+ //
struct<operation:int,originalTransaction:bigint,bucket:int,rowId:bigint,currentTransaction:bigint,
+ // row:struct<i:int,j:int,k:int>>
Review comment:
I verified that the newly added test file has 5000 rows with this schema
correctly.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]