← 返回首页
Issue · GitHub
Skip to content

Navigation Menu

Toggle navigation
Sign in
Appearance settings
Search or jump to...

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Resetting focus

SparkRetrievalJob.persist() fails due to missing SparkSource mapping in SavedDatasetStorage.from_data_source #6261

New issue
New issue

Description

Implemented get_historical_features() with job.persist() using a Spark offline store. However, job.persist() failed with a ValueError stating the method does not support SparkSource. Found that SavedDatasetStorage.from_data_source() only maps to FileSource. When I attempted to use a FileSource, it failed with an assertion error because SparkRetrievalJob.persist specifically expects SavedDatasetSparkStorage.
Additionally, We are using the Spark offline store with a path based SparkSource configuration (S3 with parquet format). When I went through the code found that the method only supports table based SparkSource, can you please consider adding support for path based spark source configuration as well?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Footer

      © 2026 GitHub, Inc.