houqp commented on issue #119: URL: https://github.com/apache/arrow-datafusion/issues/119#issuecomment-945323458
In @Igosuki 's recent PR (https://github.com/apache/arrow-datafusion/pull/1006) for adding list indexing support, he proposed using `field["key"]` to access nested struct field, which I think makes the query more readable. For example, `foo.id` could mean accessing the `id` attribute from an unqualified `foo` column or accessing the `id` column from the table `foo`. `foo["id"]` makes it clear that `id` is for accessing of struct field. -- 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]
