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
Try infer file io scheme from metadata location ahead of warehouse path (#1590)
## Which issue does this PR close?
- Closes#1589
## What changes are included in this PR?
As S3Tables REST endpoint accept `warehouse` only in ARN format,
Current code logic will infer file io scheme through `warehouse_path` in
ARN format as `arn` which is wrong and unable to be processed.
Changed the code logic to try infer file io scheme with
`metadata_location` before `warehouse_path`,
This makes file io scheme infer as `s3` correctly.
## Are these changes tested?
Test only in `load_table` path for rest catalog implementation
0 commit comments