This is an automated email from the ASF dual-hosted git repository.
aglinxinyuan pushed a change to branch xinyuan-angular-17
in repository https://gitbox.apache.org/repos/asf/texera.git
from 87cc0d831b Merge branch 'main' into xinyuan-angular-17
add 782069dbfc feat: add ECDF plot visualization operator (#4406)
add c1f8e56865 Merge branch 'main' into xinyuan-angular-17
No new revisions were added by this update.
Summary of changes:
.../apache/texera/amber/operator/LogicalOp.scala | 2 +
.../visualization/ecdfPlot/ECDFPlotOpDesc.scala | 186 +++++++++++++++++++++
.../ecdfPlot/ECDFPlotOpDescSpec.scala | 61 +++++++
frontend/src/assets/operator_images/ECDFPlot.png | Bin 0 -> 1297 bytes
4 files changed, 249 insertions(+)
create mode 100644
common/workflow-operator/src/main/scala/org/apache/texera/amber/operator/visualization/ecdfPlot/ECDFPlotOpDesc.scala
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