rdblue commented on issue #26198: [SPARK-29539][SQL] SHOW PARTITIONS should look up catalog/table like v2 commands URL: https://github.com/apache/spark/pull/26198#issuecomment-544758258 > This looks fine to me. Looks like loadTable can provide partitioning info so V2 implementation can also be implemented now? The partitioning provided by `loadTable` are the transforms and partition columns, not the actual table partitions. `SHOW PARTITIONS` can't be implemented until we have an API for getting partition metadata.
---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
