jwimberl commented on issue #9797:
URL: 
https://github.com/apache/arrow-datafusion/issues/9797#issuecomment-2037463081

   I'm not able to run the query with 36.0.0. Perhaps there was some breaking 
change in 35.0.0 or 36.0.0 (can't see one in the release notes) that affected 
the syntax for how hive-partitioned parquet datasets are registered? Because 
now, after loading one such dataset as an external table, via  e.g.
   
   ```
   CREATE EXTERNAL TABLE test
   STORED AS PARQUET
   PARTITIONED BY (part1, part2)
   LOCATION '/path/to/dataset/*/*/chunk.parquet'
   ```
   
   the columns of the table are only the hive partition columns `part` and 
`part2`, and the columns of the parquet files themselves are not present in the 
session context table. Is the `[ (<column_definition>) ]` part of the external 
table syntax now required in cases like this?


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

Reply via email to