justinmclean opened a new issue, #10224:
URL: https://github.com/apache/gravitino/issues/10224
### What would you like to be improved?
FilesetOperations#listFiles catches exceptions and calls ExceptionHandlers
handleFilesetException with OperationType.LOAD. This endpoint is for listing
files (GET .../{fileset}/files), not loading a fileset.
### How should we improve?
Update the catch path in FilesetOperations#listFiles to pass
OperationType.LIST instead of OperationType.LOAD.
--
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]