Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add FlintDelegatingSessionCatalog #45

Merged

Conversation

penghuo
Copy link
Collaborator

@penghuo penghuo commented Sep 26, 2023

Description

In Spark. spark_catalog default catalog name. With FlintDelegatingSessionCatalog, User could customize
catalog name, the implementation delegate to V2SessionCatalog in current SparkSession.

Usage

Add configuration
  --conf spark.sql.catalog.mycatalog = org.opensearch.sql.FlintDelegatingSessionCatalog

Run query
  USE mycatalog;
  SHOW catalogs;
   > mycatalog

Issues Resolved

List any issues this PR will resolve, e.g. Closes [...].

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

Signed-off-by: Peng Huo <penghuo@gmail.com>
@penghuo penghuo self-assigned this Sep 26, 2023
@penghuo penghuo marked this pull request as ready for review September 26, 2023 05:20
@penghuo penghuo merged commit 0305481 into opensearch-project:main Sep 27, 2023
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants