spark
spark copied to clipboard
[SPARK-39799][SQL] DataSourceV2: View catalog interface
What changes were proposed in this pull request?
ViewCatalog API described in SPIP.
Why are the changes needed?
First step towards DataSourceV2 view support.
Does this PR introduce any user-facing change?
No.
How was this patch tested?
N/A
cc @dongjoon-hyun who had comments on the SPIP
Thank you for pinging me, @holdenk .
cc @viirya , @sunchao , @huaxingao , @aokolnychyi , @RussellSpitzer
Find this message strange from https://github.com/jzhuge/spark/runs/7886846067?check_suite_focus=true:
[info] Found the following changed modules: catalyst, hive-thriftserver
This PR does not change module hive-thriftserver
.
Interesting, the failure in CliSuite
seems like a red-herring (e.g. that text is present), maybe try a re-base + re-run?
pending CI and any other concerns from others I plan to merge this on Friday.
Looking at error:
SparkThrowableSuite.Error classes are correctly formatted
Puzzled by this pyspark test failures. Seems unrelated.
[info] compiling 25 Scala sources to /__w/spark/spark/connector/docker-integration-tests/target/scala-2.12/test-classes ...
[error] /__w/spark/spark/sql/hive/src/test/scala/org/apache/spark/sql/HiveCharVarcharTestSuite.scala:49:13: exception during macro expansion:
[error] java.util.MissingResourceException: Can't find bundle for base name org.scalactic.ScalacticBundle, locale en_US
Current diff LGTM. We've been testing this out internally (including changes from the umbrella PR as well) and with the recent changes I think this PR looks like it should set us up for success with the rest of the feature.
Looking at error:
SparkThrowableSuite.Error classes are correctly formatted
Fixed
Hi @jzhuge @holdenk, can we merge this PR? Or is there any other concerns?
LGTM I'll merge this now to the current dev branch.
Thanks @holdenk, @wmoustafa, @xkrogen, @ljfgem for the reviews!