This is an automated email from the ASF dual-hosted git repository.
fokko pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg.git
from 0536ff3989 Spark 3.4: Rewrite identifier when using Subquery
expressions in View (#9594)
add 8138671ab1 Spark 3.4: Add support for describing/showing views (#9595)
No new revisions were added by this update.
Summary of changes:
.../catalyst/analysis/RewriteViewCommands.scala | 9 ++
.../plans/logical/views/ShowIcebergViews.scala | 0
.../datasources/v2/DescribeV2ViewExec.scala | 0
.../v2/ExtendedDataSourceV2Strategy.scala | 17 +++
.../datasources/v2/ShowCreateV2ViewExec.scala | 0
.../datasources/v2/ShowV2ViewPropertiesExec.scala | 0
.../execution/datasources/v2/ShowV2ViewsExec.scala | 0
.../apache/iceberg/spark/extensions/TestViews.java | 164 ++++++++++++++++++++-
.../org/apache/iceberg/spark/SparkCatalog.java | 9 +-
9 files changed, 195 insertions(+), 4 deletions(-)
copy spark/{v3.5 =>
v3.4}/spark-extensions/src/main/scala/org/apache/spark/sql/catalyst/plans/logical/views/ShowIcebergViews.scala
(100%)
copy spark/{v3.5 =>
v3.4}/spark-extensions/src/main/scala/org/apache/spark/sql/execution/datasources/v2/DescribeV2ViewExec.scala
(100%)
copy spark/{v3.5 =>
v3.4}/spark-extensions/src/main/scala/org/apache/spark/sql/execution/datasources/v2/ShowCreateV2ViewExec.scala
(100%)
copy spark/{v3.5 =>
v3.4}/spark-extensions/src/main/scala/org/apache/spark/sql/execution/datasources/v2/ShowV2ViewPropertiesExec.scala
(100%)
copy spark/{v3.5 =>
v3.4}/spark-extensions/src/main/scala/org/apache/spark/sql/execution/datasources/v2/ShowV2ViewsExec.scala
(100%)