This is an automated email from the ASF dual-hosted git repository.
github-merge-queue[bot] pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/texera.git
from 5d74b610cf chore(pyright-language-service): remove unused hocon-parser
and hoconjs dependencies (#5581)
add 7b1c8dc7ab fix(file-service): apply LakeFS error handling to all call
sites (#5607)
No new revisions were added by this update.
Summary of changes:
.../texera/service/resource/DatasetResource.scala | 150 ++++++++++++---------
.../service/util/LakeFSExceptionHandler.scala | 25 +++-
.../org/apache/texera/service/MockLakeFS.scala | 21 ++-
.../service/resource/DatasetResourceSpec.scala | 123 ++++++++++++++++-
.../service/util/LakeFSExceptionHandlerSpec.scala | 115 ++++++++++++++++
5 files changed, 364 insertions(+), 70 deletions(-)
create mode 100644
file-service/src/test/scala/org/apache/texera/service/util/LakeFSExceptionHandlerSpec.scala