This is an automated email from the ASF dual-hosted git repository.
github-merge-queue[bot] pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/texera.git
from 6433e713a0 fix(amber): surface real cause when output port schema is
unavailable (#5784)
new e4f1077a23 fix(ci): trim benchmark full grid to fit daily run under 6h
timeout (#5905)
new 9b50ddb134 test(workflow-operator): add unit test coverage for Hugging
Face operator descriptors (#5898)
new a0154d57df test(workflow-operator): add unit test coverage for
visualization plot descriptors (QuiverPlot, RadarPlot) (#5897)
The 3 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:
.github/workflows/benchmarks.yml | 8 +-
.../texera/amber/bench/ArrowFlightActorBench.scala | 11 +-
.../visualization/radarPlot/RadarPlotOpDesc.scala | 1 +
...ggingFaceIrisLogisticRegressionOpDescSpec.scala | 131 ++++++++++++++++++++
.../HuggingFaceSentimentAnalysisOpDescSpec.scala | 133 +++++++++++++++++++++
.../HuggingFaceSpamSMSDetectionOpDescSpec.scala | 121 +++++++++++++++++++
.../HuggingFaceTextSummarizationOpDescSpec.scala | 125 +++++++++++++++++++
.../quiverPlot/QuiverPlotOpDescSpec.scala | 99 +++++++++++++++
.../radarPlot/RadarPlotOpDescSpec.scala | 114 ++++++++++++++++++
9 files changed, 736 insertions(+), 7 deletions(-)
create mode 100644
common/workflow-operator/src/test/scala/org/apache/texera/amber/operator/huggingFace/HuggingFaceIrisLogisticRegressionOpDescSpec.scala
create mode 100644
common/workflow-operator/src/test/scala/org/apache/texera/amber/operator/huggingFace/HuggingFaceSentimentAnalysisOpDescSpec.scala
create mode 100644
common/workflow-operator/src/test/scala/org/apache/texera/amber/operator/huggingFace/HuggingFaceSpamSMSDetectionOpDescSpec.scala
create mode 100644
common/workflow-operator/src/test/scala/org/apache/texera/amber/operator/huggingFace/HuggingFaceTextSummarizationOpDescSpec.scala
create mode 100644
common/workflow-operator/src/test/scala/org/apache/texera/amber/operator/visualization/quiverPlot/QuiverPlotOpDescSpec.scala
create mode 100644
common/workflow-operator/src/test/scala/org/apache/texera/amber/operator/visualization/radarPlot/RadarPlotOpDescSpec.scala