This is an automated email from the ASF dual-hosted git repository.

aglinxinyuan pushed a change to branch xinyuan-scheduler-jump
in repository https://gitbox.apache.org/repos/asf/texera.git


    from d695dec39b fix fmt
     add bda608431a feat: add a new ternary contour plot operator (#4193)
     add 3ca7e98cc9 docs(operators): cleanup typos and grammar in operator 
source code (#4462)
     add f33caa2035 fix(build): centralize organization, version, and 
scalaVersion via ThisBuild (#4447)
     add 5d49015a73 chore(dependencies): drop `twittered` (#4463)
     add c075fdda9e chore(dependencies): upgrade frontend Yarn to 4.14.1 (#4470)
     add abad7f1aae Merge branch 'main' into xinyuan-scheduler-jump

No new revisions were added by this update.

Summary of changes:
 .github/workflows/github-action-build.yml          |   4 +-
 access-control-service/build.sbt                   |   3 -
 amber/build.sbt                                    |   6 -
 amber/operator-requirements.txt                    |   1 +
 build.sbt                                          |   7 +-
 common/auth/build.sbt                              |   3 -
 common/config/build.sbt                            |   3 -
 common/dao/build.sbt                               |   3 -
 common/pybuilder/build.sbt                         |   3 -
 common/workflow-core/build.sbt                     |   3 -
 common/workflow-operator/build.sbt                 |   6 +-
 .../apache/texera/amber/operator/LogicalOp.scala   |   2 +
 .../operator/sklearn/SklearnPredictionOpDesc.scala |   2 +-
 .../source/apis/twitter/TwitterSourceOpDesc.scala  |   1 +
 .../source/apis/twitter/TwitterSourceOpExec.scala  |  33 +-
 .../v2/TwitterFullArchiveSearchSourceOpDesc.scala  |   1 +
 .../v2/TwitterFullArchiveSearchSourceOpExec.scala  | 128 +--
 .../twitter/v2/TwitterSearchSourceOpDesc.scala     |   1 +
 .../twitter/v2/TwitterSearchSourceOpExec.scala     | 120 +--
 .../source/apis/twitter/v2/TwitterUtils.scala      | 105 ---
 .../operator/source/fetcher/URLFetcherOpDesc.scala |   4 +-
 .../operator/source/scan/ScanSourceOpDesc.scala    |  10 +-
 .../texera/amber/operator/split/SplitOpDesc.scala  |   2 +-
 .../amber/operator/udf/java/JavaUDFOpDesc.scala    |   2 +-
 .../texera/amber/operator/udf/r/RUDFOpDesc.scala   |   2 +-
 .../dumbbellPlot/DumbbellPlotOpDesc.scala          |   4 +-
 .../filledAreaPlot/FilledAreaPlotOpDesc.scala      |   4 +-
 .../TernaryContourOpDesc.scala}                    |  71 +-
 .../visualization/wordCloud/WordCloudOpDesc.scala  |   2 +-
 computing-unit-managing-service/build.sbt          |   3 -
 config-service/build.sbt                           |   3 -
 file-service/build.sbt                             |   3 -
 frontend/.yarn/releases/yarn-4.14.1.cjs            | 940 +++++++++++++++++++++
 frontend/.yarn/releases/yarn-4.5.1.cjs             | 934 --------------------
 frontend/.yarnrc.yml                               |   2 +-
 frontend/package.json                              |   2 +-
 .../src/assets/operator_images/TernaryContour.png  | Bin 0 -> 167675 bytes
 frontend/yarn.lock                                 |   2 +-
 workflow-compiling-service/build.sbt               |   3 -
 39 files changed, 1025 insertions(+), 1403 deletions(-)
 delete mode 100644 
common/workflow-operator/src/main/scala/org/apache/texera/amber/operator/source/apis/twitter/v2/TwitterUtils.scala
 copy 
common/workflow-operator/src/main/scala/org/apache/texera/amber/operator/visualization/{ternaryPlot/TernaryPlotOpDesc.scala
 => ternaryContour/TernaryContourOpDesc.scala} (67%)
 create mode 100644 frontend/.yarn/releases/yarn-4.14.1.cjs
 delete mode 100755 frontend/.yarn/releases/yarn-4.5.1.cjs
 create mode 100644 frontend/src/assets/operator_images/TernaryContour.png

Reply via email to