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 2ebfc2814e test(workflow-operator): add unit test coverage for Sklearn 
ridge/SGD/dummy classifier descriptors (#5946)
     add 1a9e70fdfe test(workflow-operator): add unit test coverage for 
relational join descriptors (CartesianProduct, HashJoin) (#5953)
     add 7a38b6cf4c test(workflow-operator): add unit test coverage for Sklearn 
Naive Bayes descriptors (#5925)

No new revisions were added by this update.

Summary of changes:
 .../CartesianProductOpDescSpec.scala               | 92 ++++++++++++++++++++++
 .../operator/hashJoin/HashJoinOpDescSpec.scala     | 92 ++++++++++++++++++++++
 ... => SklearnBernoulliNaiveBayesOpDescSpec.scala} | 38 ++++-----
 ...=> SklearnComplementNaiveBayesOpDescSpec.scala} | 38 ++++-----
 ...a => SklearnGaussianNaiveBayesOpDescSpec.scala} | 38 ++++-----
 ...> SklearnMultinomialNaiveBayesOpDescSpec.scala} | 38 ++++-----
 6 files changed, 264 insertions(+), 72 deletions(-)
 create mode 100644 
common/workflow-operator/src/test/scala/org/apache/texera/amber/operator/cartesianProduct/CartesianProductOpDescSpec.scala
 create mode 100644 
common/workflow-operator/src/test/scala/org/apache/texera/amber/operator/hashJoin/HashJoinOpDescSpec.scala
 copy 
common/workflow-operator/src/test/scala/org/apache/texera/amber/operator/sklearn/{SklearnAdaptiveBoostingOpDescSpec.scala
 => SklearnBernoulliNaiveBayesOpDescSpec.scala} (65%)
 copy 
common/workflow-operator/src/test/scala/org/apache/texera/amber/operator/sklearn/{SklearnLogisticRegressionCVOpDescSpec.scala
 => SklearnComplementNaiveBayesOpDescSpec.scala} (65%)
 copy 
common/workflow-operator/src/test/scala/org/apache/texera/amber/operator/sklearn/{SklearnLogisticRegressionOpDescSpec.scala
 => SklearnGaussianNaiveBayesOpDescSpec.scala} (66%)
 copy 
common/workflow-operator/src/test/scala/org/apache/texera/amber/operator/sklearn/{SklearnExtraTreeOpDescSpec.scala
 => SklearnMultinomialNaiveBayesOpDescSpec.scala} (64%)

Reply via email to