You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2021/11/18 18:14:56 UTC

[GitHub] [druid] dkoepke commented on pull request #11722: Support JsonPath functions in JsonPath expressions

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: commits-unsubscribe@druid.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org