You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ingestion should retrieve a set of storages from core, not a list with multiples.
Current Behavior
Given an import job with features sharing stores, the ingestion job will query for the full list of storage ids with duplicates. This will fail the job since the output list of storage specs will be smaller than the list of ids.
Possible Solution
Deduplicating the list of required storage specs will fix this problem (in Specs.java)
The text was updated successfully, but these errors were encountered:
Expected Behavior
Ingestion should retrieve a set of storages from core, not a list with multiples.
Current Behavior
Given an import job with features sharing stores, the ingestion job will query for the full list of storage ids with duplicates. This will fail the job since the output list of storage specs will be smaller than the list of ids.
Possible Solution
Deduplicating the list of required storage specs will fix this problem (in
Specs.java
)The text was updated successfully, but these errors were encountered: