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 ac68ea471b refactor(frontend): extract Data Card and Versions & Files
tabs (#7043)
add 2b030973f3 refactor(util): host one exponential-backoff retry (#7119)
No new revisions were added by this update.
Summary of changes:
.github/workflows/build.yml | 1 +
AGENTS.md | 2 +-
.../apache/texera/amber/engine/common/Utils.scala | 9 +-
build.sbt | 8 +-
common/{config => util}/build.sbt | 11 +-
.../org/apache/texera/common/util/RetryUtil.scala | 118 ++++++++++++
.../apache/texera/common/util/RetryUtilSpec.scala | 206 +++++++++++++++++++++
.../core/storage/util/LakeFSStorageClient.scala | 50 +----
.../storage/util/LakeFSStorageClientSpec.scala | 49 +----
.../org/apache/texera/service/FileService.scala | 57 ++----
.../apache/texera/service/FileServiceSpec.scala | 89 ++-------
11 files changed, 383 insertions(+), 217 deletions(-)
copy common/{config => util}/build.sbt (86%)
create mode 100644
common/util/src/main/scala/org/apache/texera/common/util/RetryUtil.scala
create mode 100644
common/util/src/test/scala/org/apache/texera/common/util/RetryUtilSpec.scala