You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2020/12/04 20:27:05 UTC

[GitHub] [iceberg] rdblue opened a new pull request #1878: Spark: Support multipart identifier arguments for procedures

rdblue opened a new pull request #1878:
URL: https://github.com/apache/iceberg/pull/1878


   This allows Spark stored procedures to accept multipart identifiers as `array<string>`. This avoids some awkward cases when identifying tables:
   
   * Using separate namespace and table name arguments
   * Parsing namespace into a multipart identifier inside of procedure implementations
   * Limited options for including a catalog in an identifier (catalog, namespace, table vs namespace, table, optional catalog)


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] rdblue commented on pull request #1878: Spark: Support multipart identifier arguments for procedures

Posted by GitBox <gi...@apache.org>.
rdblue commented on pull request #1878:
URL: https://github.com/apache/iceberg/pull/1878#issuecomment-740856628


   After discussing this, we decided it was a risk to get it into Spark. I'm going to close this PR and we can revisit this once stored procedures are in Spark.


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] rdblue closed pull request #1878: Spark: Support multipart identifier arguments for procedures

Posted by GitBox <gi...@apache.org>.
rdblue closed pull request #1878:
URL: https://github.com/apache/iceberg/pull/1878


   


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org