This is an automated email from the ASF dual-hosted git repository.
aglinxinyuan pushed a change to branch xinyuan-state-materialization
in repository https://gitbox.apache.org/repos/asf/texera.git
from af57f2fd83 Merge branch 'main' into xinyuan-state-materialization
add 8c077140af fix: return None from getWorkerIndex for non-worker actor
IDs (#5006)
add 09828ea954 feat(k8s): use Lakekeeper as the Iceberg Catalog in the
Kubernetes deployment (#4275)
add 6538e20d7e feat: add eye icon tip to empty result messages (#5061)
add a00e9df405 chore(deps): bump fast-uri from 3.1.0 to 3.1.2 in /frontend
(#5063)
add 7bb102e8fe chore(deps): bump @babel/plugin-transform-modules-systemjs
from 7.29.0 to 7.29.4 in /frontend (#5062)
add 4e5d77e1ea Merge branch 'main' into xinyuan-state-materialization
No new revisions were added by this update.
Summary of changes:
.../architecture/common/ExecutorDeployment.scala | 8 +-
.../messaginglayer/OutputManager.scala | 11 +-
.../worker/managers/SerializationManager.scala | 8 +-
.../InitializeExecutorHandler.scala | 8 +-
.../promisehandlers/UpdateExecutorHandler.scala | 8 +-
bin/k8s/Chart.yaml | 5 +
bin/k8s/files/texera_lakekeeper.sql | 1 +
bin/k8s/templates/external-names.yaml | 8 +-
bin/k8s/templates/lakekeeper-init-job.yaml | 137 +++++++++++++++++++++
.../templates/postgresql-init-script-config.yaml | 6 +
bin/k8s/templates/webserver-deployment.yaml | 11 ++
...workflow-computing-unit-manager-deployment.yaml | 38 ++++--
bin/k8s/values.yaml | 32 +++++
.../texera/amber/util/VirtualIdentityUtils.scala | 7 +-
.../amber/util/VirtualIdentityUtilsSpec.scala | 21 ++--
.../result-panel/result-panel.component.html | 1 +
.../result-table-frame.component.html | 1 +
frontend/yarn.lock | 12 +-
18 files changed, 289 insertions(+), 34 deletions(-)
create mode 120000 bin/k8s/files/texera_lakekeeper.sql
create mode 100644 bin/k8s/templates/lakekeeper-init-job.yaml