This is an automated email from the ASF dual-hosted git repository.

chenlica pushed a change to branch xinyuan-remove-passToAllDownstream
in repository https://gitbox.apache.org/repos/asf/texera.git


    from 5c1d3696b8 update
     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)
     add dec8c4a3b9 feat(docker-compose): use Lakekeeper as the Iceberg Catalog 
when launching via  `docker compose` (#4274)
     add 318812c5f1 chore(deps): upgrade frontend to Angular 18 (#4434)
     add ef663648de chore(deps): upgrade Arrow Flight to 15 (#4439)
     add bda608431a feat: add a new ternary contour plot operator (#4193)
     add 8d3a45c56a Merge branch 'main' into xinyuan-remove-passToAllDownstream

No new revisions were added by this update.

Summary of changes:
 access-control-service/build.sbt                   |    4 +-
 access-control-service/project/build.properties    |    2 +-
 amber/build.sbt                                    |    4 +-
 amber/operator-requirements.txt                    |    1 +
 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 +
 bin/single-node/.env                               |   40 +-
 bin/single-node/docker-compose.yml                 |  193 +
 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                     |    8 +-
 common/workflow-operator/build.sbt                 |    4 +-
 common/workflow-operator/project/build.properties  |    2 +-
 .../apache/texera/amber/operator/LogicalOp.scala   |    6 +
 .../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 +-
 .../TernaryContourOpDesc.scala}                    |   71 +-
 .../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                              |   75 +-
 .../collab-wrapper/collab-wrapper.component.css    |    1 -
 .../markdown-description.component.ts              |   17 +-
 .../user-computing-unit.component.scss             |    2 +-
 .../dataset-detail.component.html                  |    2 +-
 .../operator-menu/operator-menu.component.html     |    2 +-
 .../computing-unit-selection.component.scss        |    6 +-
 .../result-panel/result-panel.component.spec.ts    |    4 +-
 .../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
 .../src/assets/operator_images/TernaryContour.png  |  Bin 0 -> 167675 bytes
 frontend/yarn.lock                                 | 8566 +++++++++++---------
 project/build.properties                           |    2 +-
 project/plugins.sbt                                |    8 +-
 workflow-compiling-service/build.sbt               |    4 +-
 .../project/build.properties                       |    2 +-
 49 files changed, 5538 insertions(+), 4007 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%)
 copy 
common/workflow-operator/src/main/scala/org/apache/texera/amber/operator/visualization/{ternaryPlot/TernaryPlotOpDesc.scala
 => ternaryContour/TernaryContourOpDesc.scala} (67%)
 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
 create mode 100644 frontend/src/assets/operator_images/TernaryContour.png

Reply via email to