fix: Remove PySpark dependency from Snowflake Offline Store#3388
Merged
feast-ci-bot merged 4 commits intofeast-dev:masterfrom Dec 14, 2022
Merged
fix: Remove PySpark dependency from Snowflake Offline Store#3388feast-ci-bot merged 4 commits intofeast-dev:masterfrom
feast-ci-bot merged 4 commits intofeast-dev:masterfrom
Conversation
beauchbum
commented
Dec 14, 2022
e431b51 to
e29c95a
Compare
e29c95a to
37e1eeb
Compare
37e1eeb to
de8abd4
Compare
Collaborator
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: adchia, beauchbum The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
1fbca00 to
e2b9cb9
Compare
Collaborator
|
/lgtm |
Signed-off-by: Ryan Beauchamp <[email protected]>
Signed-off-by: Ryan Beauchamp <[email protected]>
Signed-off-by: Ryan Beauchamp <[email protected]>
Signed-off-by: Danny Chiao <[email protected]>
e2b9cb9 to
5a63e48
Compare
Collaborator
|
New changes are detected. LGTM label has been removed. |
Collaborator
|
/lgtm |
adchia
pushed a commit
that referenced
this pull request
Dec 15, 2022
## [0.27.1](v0.27.0...v0.27.1) (2022-12-15) ### Bug Fixes * Enable registry caching in SQL Registry ([#3395](#3395)) ([2e57376](2e57376)) * Fix bug where SQL registry was incorrectly writing infra config around online stores ([#3394](#3394)) ([6bcf77c](6bcf77c)) * Get all columns with describe table method from RedshiftData-api ([#3377](#3377)) ([fd97254](fd97254)) * ODFV able to handle boolean pandas type ([#3384](#3384)) ([8f242e6](8f242e6)) * Remove PySpark dependency from Snowflake Offline Store ([#3388](#3388)) ([7b160c7](7b160c7))
|
Is it possible that this fix hasn't made its way into the image https://hub.docker.com/r/feastdev/feature-server yet? |
Collaborator
|
@mpgreg yes -- that was fixed like 2 days ago, and a new release has not been cut yet, therefore probably not hitting docker yet. You can build from source though |
felixwang9817
pushed a commit
that referenced
this pull request
Jan 3, 2023
# [0.28.0](v0.27.0...v0.28.0) (2023-01-03) ### Bug Fixes * Apply billing project when infer schema ([#3417](#3417)) ([4f9ad7e](4f9ad7e)) * Assertion condition when value is 0 ([#3401](#3401)) ([98a24a3](98a24a3)) * Enable registry caching in SQL Registry ([#3395](#3395)) ([2e57376](2e57376)) * Fix bug where SQL registry was incorrectly writing infra config around online stores ([#3394](#3394)) ([6bcf77c](6bcf77c)) * Get all columns with describe table method from RedshiftData-api ([#3377](#3377)) ([fd97254](fd97254)) * ODFV able to handle boolean pandas type ([#3384](#3384)) ([8f242e6](8f242e6)) * Remove PySpark dependency from Snowflake Offline Store ([#3388](#3388)) ([7b160c7](7b160c7)) * Specifies timeout in exception polling ([#3398](#3398)) ([c0ca7e4](c0ca7e4)) * Update import logic to remove `pyspark` dependency from Snowflake Offline Store ([#3397](#3397)) ([cf073e6](cf073e6)) ### Features * Add template for Github Codespaces ([#3421](#3421)) ([41c0537](41c0537)) * Adds description attribute for features/fields ([#3425](#3425)) ([26f4881](26f4881)) * Snowflake skip materialization if no table change ([#3404](#3404)) ([0ab3942](0ab3942))
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this PR does / why we need it:
import pysparkin atry...exceptto remove the implicit dependencyWhich issue(s) this PR fixes:
Fixes #3383