This is an automated email from the ASF dual-hosted git repository.
aglinxinyuan pushed a change to branch xinyuan-angular-19
in repository https://gitbox.apache.org/repos/asf/texera.git
from c044e60e14 Merge branch 'main' into xinyuan-angular-19
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 49d1f32233 Merge branch 'main' into xinyuan-angular-19
No new revisions were added by this update.
Summary of changes:
access-control-service/build.sbt | 3 -
amber/build.sbt | 6 -
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 +-
.../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 +-
.../visualization/wordCloud/WordCloudOpDesc.scala | 2 +-
computing-unit-managing-service/build.sbt | 3 -
config-service/build.sbt | 3 -
file-service/build.sbt | 3 -
frontend/.yarnrc.yml | 7 +-
workflow-compiling-service/build.sbt | 3 -
30 files changed, 39 insertions(+), 438 deletions(-)
delete mode 100644
common/workflow-operator/src/main/scala/org/apache/texera/amber/operator/source/apis/twitter/v2/TwitterUtils.scala