stayrascal commented on issue #1766: URL: https://github.com/apache/iceberg/issues/1766#issuecomment-803824147
> > When Query table from AWS glue data catalog console, it look like missed the storageDescriptor filed about the table schema. > > @stayrascal Hi, this is expected behavior. Glue is only used as a storage service to store Iceberg related table information in parameters, which are the ones you see in `parameters` section. `storageDescriptor` is not set intentionally because we plan to support a different read & write mechanism. @jackye1995 thanks a lot for your quick response. so is that the icebreg table cannot be read by Athena/Presto, because if the `storageDescriptor`(which include the table schema, input/output format) is not set, Glue catalog cannot recognize this table, and cannot be queried by Athena. is there other approach that support the Athean query icebreg table? -- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
