Skip to content

feat: Add possibility to save dataset as table, when spark config has remote warehouse info#3645

Merged
felixwang9817 merged 1 commit intofeast-dev:masterfrom
nadejdaSuraeva:master
Aug 14, 2023
Merged

feat: Add possibility to save dataset as table, when spark config has remote warehouse info#3645
felixwang9817 merged 1 commit intofeast-dev:masterfrom
nadejdaSuraeva:master

Conversation

@nadejdaSuraeva
Copy link
Contributor

What this PR does / why we need it:

This PR adds a possibility to use saved_dataset as a table for different spark session. The existing solution saves the dataset’s name in registry, but the data exists only within the scope of the spark session.

Which issue(s) this PR fixes:

Fixes #3644

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Saved_dataset for spark offline store can be accessed only within the scope of the spark session, where it was created.

4 participants