dkoepke commented on pull request #11722:
URL: https://github.com/apache/druid/pull/11722#issuecomment-973131730


   Hi, @FrankChen021, we've run into this issue, and I was wondering if we can 
help get this PR over the finish line. Do you think you'd have the time to 
update the PR for the lost change to the ORC file? If not, we can take a look.
   
   At a quick glance, it seems like the failing assertion is:
   
   ```java
   Assert.assertEquals("2", 
Iterables.getOnlyElement(row.getDimension("struct_list_struct_intlistLength")));
   ```
   
   I'm wondering if this is a spurious check, and the assertion for 
`struct_list_struct_middleListLength` just below it is the intended check. I 
don't see a JSON path spec that'd produce the 
`struct_list_struct_intlistLength` in the row, but I'm definitely missing some 
context here.


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



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to