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
If this PR was added, I think it would be better to declare it to tell users that all added paths should follow POSIX compliant paths? Even though we have normalized it internally.
This issue has been automatically marked as stale because it has been open for 180 days with no activity. It will be closed in next 14 days if no further activity occurs. To permanently prevent this issue from being considered stale, add the label 'not-stale', but commenting on the issue is preferred when possible.
Feature Request / Improvement
from #6772 (comment), also copied here:
We have different places for creating file path names,
LocationProvider
for data filesTableOperations.metadataFileLocation
for manifests and manifest listsBaseMetastoreTableOperations.newTableMetadataFilePath
)We should consolidate all the file path creations to
LocationProvider
if possible. Any thoughts? @rdblue @nastra @RussellSpitzerThis would also help us enforce things like object storage mode to not just data files but also metadata files.
Query engine
None
The text was updated successfully, but these errors were encountered: