rdblue edited a comment on issue #26957: [SPARK-30314] Add identifier and catalog information to DataSourceV2Relation URL: https://github.com/apache/spark/pull/26957#issuecomment-574431706 @brkyvz, @yuchenhuo, is there a reason to use separate catalog and table identifiers? I think it would be better to use a single multi-part identifier that is whatever was passed in, a `Seq[String]`. That avoids leaking the v2 API's `Identifier` class into the Analyzer code, where we instead use `Seq[String]` everywhere else.
---------------------------------------------------------------- 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]
