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

Change SparkSession.Catalog to a property #508

Merged
merged 2 commits into from
May 6, 2020

Conversation

suhsteve
Copy link
Member

@suhsteve suhsteve commented May 6, 2020

Modify the SparkSession.Catalog call from a method to a property. This helps make the experience similar to scala and python.

Fixes #497

Copy link
Contributor

@imback82 imback82 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks @suhsteve!

@imback82 imback82 added the enhancement New feature or request label May 6, 2020
@imback82 imback82 merged commit 2030dd5 into dotnet:master May 6, 2020
@imback82 imback82 mentioned this pull request May 6, 2020
@suhsteve suhsteve deleted the catalog_property branch September 6, 2020 05:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG]: The catalog member of Spark should be a property, not a method
2 participants