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 f2867f0ab0 chore(deps): bump @angular/compiler from 21.2.10 to 21.2.17
in /frontend (#5810)
add 8582cba2f6 test(workflow-operator): add unit test coverage for
operator config bags (LineConfig, UiUDFParameter, SortCriteriaUnit) (#5815)
No new revisions were added by this update.
Summary of changes:
.../amber/operator/sort/SortCriteriaUnitSpec.scala | 87 ++++++++++++++++++++
.../operator/udf/python/UiUDFParameterSpec.scala | 51 ++++++++++++
.../visualization/lineChart/LineConfigSpec.scala | 92 ++++++++++++++++++++++
3 files changed, 230 insertions(+)
create mode 100644
common/workflow-operator/src/test/scala/org/apache/texera/amber/operator/sort/SortCriteriaUnitSpec.scala
create mode 100644
common/workflow-operator/src/test/scala/org/apache/texera/amber/operator/udf/python/UiUDFParameterSpec.scala
create mode 100644
common/workflow-operator/src/test/scala/org/apache/texera/amber/operator/visualization/lineChart/LineConfigSpec.scala