This is an automated email from the ASF dual-hosted git repository.
aglinxinyuan pushed a change to branch xiaozhen-sync-region-kill
in repository https://gitbox.apache.org/repos/asf/texera.git
from 6be98d57d7 Merge branch 'main' into xiaozhen-sync-region-kill
add bc2776ed4f chore(dependencies): drop `mysql-connector-java` (#4386)
add b919fcd336 feat: add parallel coordinates plot visualization operator
(#4413)
add 71ed5aa04c fix: Iceberg warehouse path mismatch between Python and
Java/Scala catalogs (#4409)
add 5446981cf4 fix(computing-unit-managing-service): pass
`AUTH_JWT_SECRET` to newly created computing units (#4426)
add 0afeea1a03 fix: add missing Set group to operator panel (#4418)
add 782069dbfc feat: add ECDF plot visualization operator (#4406)
add 54fea636e2 chore: sbt 1.12.9 (#4423)
add 585751c3cc chore(deps): upgrade frontend to Angular 17 (#4403)
add 346114c8a4 chore: Update typesafe config version to 1.4.6 (#4419)
add 4f4120a52a chore(deps): simplify frontend dependencies and remove
unused packages (#4430)
add 4e7bf6e832 chore: upgrade to jackson 2.18.6 LTS (#4422)
new 3c7f46be49 Merge branch 'main' into xiaozhen-sync-region-kill
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
access-control-service/build.sbt | 4 +-
access-control-service/project/build.properties | 2 +-
amber/build.sbt | 4 +-
amber/project/build.properties | 2 +-
amber/project/plugins.sbt | 4 +-
.../python/core/storage/iceberg/iceberg_utils.py | 2 +-
.../storage/iceberg/test_iceberg_utils_catalog.py | 98 +
build.sbt | 24 +-
common/auth/build.sbt | 4 +-
common/config/build.sbt | 4 +-
.../amber/config/EnvironmentalVariable.scala | 1 +
common/dao/build.sbt | 2 +-
common/pybuilder/build.sbt | 2 +-
common/workflow-core/build.sbt | 6 +-
common/workflow-operator/build.sbt | 4 +-
common/workflow-operator/project/build.properties | 2 +-
.../apache/texera/amber/operator/LogicalOp.scala | 4 +
.../operator/metadata/OperatorGroupConstants.scala | 7 +-
.../source/sql/mysql/MySQLSourceOpDesc.scala | 1 +
.../source/sql/mysql/MySQLSourceOpExec.scala | 1 +
.../visualization/ecdfPlot/ECDFPlotOpDesc.scala | 186 +
.../ParallelCoordinatesPlotOpDesc.scala} | 94 +-
.../ecdfPlot/ECDFPlotOpDescSpec.scala | 61 +
computing-unit-managing-service/build.sbt | 8 +-
.../project/build.properties | 2 +-
.../resource/ComputingUnitManagingResource.scala | 3 +
config-service/build.sbt | 6 +-
file-service/build.sbt | 4 +-
frontend/package.json | 69 +-
.../collab-wrapper/collab-wrapper.component.css | 1 -
.../markdown-description.component.ts | 17 +-
.../user-computing-unit.component.scss | 2 +-
.../dataset-detail.component.html | 2 +-
.../computing-unit-selection.component.scss | 6 +-
.../workspace/service/joint-ui/joint-ui.service.ts | 3 +-
frontend/src/assets/operator_images/ECDFPlot.png | Bin 0 -> 1297 bytes
.../operator_images/ParallelCoordinatesPlot.png | Bin 0 -> 4583 bytes
frontend/yarn.lock | 6868 ++++++++++----------
project/build.properties | 2 +-
project/plugins.sbt | 8 +-
workflow-compiling-service/build.sbt | 4 +-
.../project/build.properties | 2 +-
42 files changed, 3874 insertions(+), 3652 deletions(-)
create mode 100644
amber/src/main/python/core/storage/iceberg/test_iceberg_utils_catalog.py
create mode 100644
common/workflow-operator/src/main/scala/org/apache/texera/amber/operator/visualization/ecdfPlot/ECDFPlotOpDesc.scala
copy
common/workflow-operator/src/main/scala/org/apache/texera/amber/operator/visualization/{pieChart/PieChartOpDesc.scala
=> parallelCoordinatesPlot/ParallelCoordinatesPlotOpDesc.scala} (60%)
create mode 100644
common/workflow-operator/src/test/scala/org/apache/texera/amber/operator/visualization/ecdfPlot/ECDFPlotOpDescSpec.scala
create mode 100644 frontend/src/assets/operator_images/ECDFPlot.png
create mode 100644
frontend/src/assets/operator_images/ParallelCoordinatesPlot.png