Igosuki opened a new pull request #1006:
URL: https://github.com/apache/arrow-datafusion/pull/1006
# Which issue does this PR close?
Closes #1005
# Rationale for this change
Supporting accessing nested values is a great improvement as it makes
everything more flexible since input data doesn't need to be flat, and so it
doesn't need to be transformed by ETL prior to being ingested by datafusion.
# What changes are included in this PR?
Nested value access for Lists and Dictionary
# Are there any user-facing changes?
users will now be able to do : ```list[0][0]``` and ```dict['foo']['bar']```
No breaking changes.
I need to test the dictionary access I've only used the list one.
--
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]