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 3ced705c72 refactor(amber): centralize uncaught-exception console
reporting (#5783)
add 0f98a14071 test(workflow-operator): add unit test coverage for Python
UDF operator descriptors (#5876)
No new revisions were added by this update.
Summary of changes:
.../udf/python/PythonTableReducerOpDescSpec.scala | 83 +++++++++++++
.../udf/python/PythonUDFOpDescV2Spec.scala | 137 +++++++++++++++++++++
.../source/PythonUDFSourceOpDescV2Spec.scala | 89 +++++++++++++
3 files changed, 309 insertions(+)
create mode 100644
common/workflow-operator/src/test/scala/org/apache/texera/amber/operator/udf/python/PythonTableReducerOpDescSpec.scala
create mode 100644
common/workflow-operator/src/test/scala/org/apache/texera/amber/operator/udf/python/PythonUDFOpDescV2Spec.scala
create mode 100644
common/workflow-operator/src/test/scala/org/apache/texera/amber/operator/udf/python/source/PythonUDFSourceOpDescV2Spec.scala