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

aglinxinyuan pushed a change to branch xinyuan-fix-python-warehouse
in repository https://gitbox.apache.org/repos/asf/texera.git


    from cdea138cce Merge branch 'main' into xinyuan-fix-python-warehouse
     add 0485b4d6d8 feat(operator): add carpet plot operator (#4398)
     add bc2776ed4f chore(dependencies): drop `mysql-connector-java` (#4386)
     add b919fcd336 feat: add parallel coordinates plot visualization operator 
(#4413)
     new 9b63a96e5d Merge branch 'main' into xinyuan-fix-python-warehouse

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:
 .../apache/texera/amber/operator/LogicalOp.scala   |   4 +
 .../source/sql/mysql/MySQLSourceOpDesc.scala       |   1 +
 .../source/sql/mysql/MySQLSourceOpExec.scala       |   1 +
 .../carpetPlot/CarpetPlotOpDesc.scala              | 124 +++++++++++++++++++++
 .../ParallelCoordinatesPlotOpDesc.scala}           |  94 ++++++++--------
 computing-unit-managing-service/build.sbt          |   1 -
 frontend/src/assets/operator_images/CarpetPlot.png | Bin 0 -> 17941 bytes
 .../operator_images/ParallelCoordinatesPlot.png    | Bin 0 -> 4583 bytes
 8 files changed, 177 insertions(+), 48 deletions(-)
 create mode 100644 
common/workflow-operator/src/main/scala/org/apache/texera/amber/operator/visualization/carpetPlot/CarpetPlotOpDesc.scala
 copy 
common/workflow-operator/src/main/scala/org/apache/texera/amber/operator/visualization/{pieChart/PieChartOpDesc.scala
 => parallelCoordinatesPlot/ParallelCoordinatesPlotOpDesc.scala} (60%)
 create mode 100644 frontend/src/assets/operator_images/CarpetPlot.png
 create mode 100644 
frontend/src/assets/operator_images/ParallelCoordinatesPlot.png

Reply via email to