rdblue edited a comment on issue #25651: [SPARK-28948][SQL] support data source v2 in CREATE TABLE USING URL: https://github.com/apache/spark/pull/25651#issuecomment-528094541 @cloud-fan, can you update the PR title and description? The `USING` clause is not the problem. That is passed to all catalogs. The problem is that generic catalogs can't pass table information to `Table` instances created by `TableProvider`. I think the title should be "Support passing all Table metadata in TableProvider". I think that clarifying the problem statement will also help clean up the proposed changes. For example, this passes some -- but not all -- `Table` metadata. It should probably pass all of the fields needed to create a `Table` instance that behaves like `V1Table`.
---------------------------------------------------------------- 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]
