You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2019/03/07 20:06:36 UTC

[GitHub] [spark] rdblue opened a new pull request #24012: [SPARK-26811][SQL] Add capabilities to v2.Table.

rdblue opened a new pull request #24012: [SPARK-26811][SQL] Add capabilities to v2.Table.
URL: https://github.com/apache/spark/pull/24012
 
 
   ## What changes were proposed in this pull request?
   
   This adds a new method, `capabilities` to `v2.Table` that returns a set of `TableCapability`. Capabilities are used to fail queries during analysis checks (`V2WriteSupportCheck`) when the table does not support operations, like truncation.
   
   This currently includes commits from #23915 that will be removed once that PR is merged.
   
   ## How was this patch tested?
   
   Existing tests for regressions, added new analysis suite, `V2WriteSupportCheckSuite`, for new capability checks.

----------------------------------------------------------------
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


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org