Note: migrated from original JIRA: https://issues.apache.org/jira/browse/ARROW-10761
I would like to be able to use SQL to query data sources such as Parquet and JSON that support nested types.
Example:
{code:java}
SELECT id, first_name, address.zip AS zip_code FROM customer{code}