aokolnychyi commented on issue #4346:
URL: https://github.com/apache/iceberg/issues/4346#issuecomment-1099553833

   I was thinking about giving up on `ignore-*` options and instead exposing 
two options in the procedure that would be translated into `Map<String, 
List<String>>` in the underlying action:
   
   ```
   equal_schemes
   equal_authorities
   ```
   
   That does not solve one case when buckets are indeed different but the path 
is the same and we have a valid orphan file.
   
   ```
   s3://bucket1/path/to/file.parquet
   s3://bucket2/path/to/file.parquet
   ```
   
   For that purpose, we can expose `unequal_authorities` unless anyone has 
better ideas.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to