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

yiconghuang pushed a change to branch dependabot/pip/amber/protobuf-4.25.8
in repository https://gitbox.apache.org/repos/asf/texera.git


    from c904c347e4 chore: ignore python proto-gen files for license checking
     add e73034d722 fix(deploy): update single-node docker-compose 
configuration with latest architecture  (#4077)
     add ab3f84004f chore(deps): bump pg8000 from 1.31.2 to 1.31.5 in /amber 
(#4104)
     add 6626c81d64 fix: run configurations for Windows (#4107)
     add 034cf7c844 chore: Drop Runtime Support for R-UDF (#4090)
     add 8530645dbf feat: Lint Python with Ruff (#4105)
     add 7c79eab23d Merge branch 'main' into 
dependabot/pip/amber/protobuf-4.25.8

No new revisions were added by this update.

Summary of changes:
 .github/workflows/github-action-build.yml          |   6 +-
 .run/ComputingUnitManagingService.run.xml          |   1 +
 .run/ComputingUnitMaster.run.xml                   |   1 +
 .run/ComputingUnitWorker.run.xml                   |   1 +
 .run/ConfigService.run.xml                         |   1 +
 .run/FileService.run.xml                           |   1 +
 .run/TexeraWebApplication.run.xml                  |   1 +
 .run/WorkflowCompilingService.run.xml              |   1 +
 amber/r-requirements.txt                           |  19 -
 amber/requirements.txt                             |   6 +-
 .../handlers/control/add_partitioning_handler.py   |   1 -
 .../handlers/control/assign_port_handler.py        |   1 -
 .../control/evaluate_expression_handler.py         |   1 -
 .../control/initialize_executor_handler.py         |   1 -
 .../handlers/control/no_operation_handler.py       |   1 -
 .../handlers/control/open_executor_handler.py      |   1 -
 .../handlers/control/pause_worker_handler.py       |   1 -
 .../handlers/control/query_statistics_handler.py   |   1 -
 .../control/replay_current_tuple_handler.py        |   1 -
 .../handlers/control/resume_worker_handler.py      |   1 -
 .../managers/embedded_control_message_manager.py   |   6 +-
 .../core/architecture/managers/executor_manager.py |  43 +-
 .../architecture/managers/test_executor_manager.py | 174 +++++++
 .../core/architecture/packaging/input_manager.py   |   1 -
 .../core/architecture/rpc/async_rpc_client.py      |   1 -
 .../src/main/python/core/models/RTableExecutor.py  | 132 -----
 .../src/main/python/core/models/RTupleExecutor.py  | 167 -------
 .../src/main/python/core/models/internal_queue.py  |   1 -
 amber/src/main/python/core/models/r_utils.py       |  79 ---
 .../main/python/core/models/test_RTableExecutor.py | 539 ---------------------
 amber/src/main/python/core/models/tuple.py         |   6 +-
 amber/src/main/python/core/runnables/main_loop.py  |   6 +-
 .../main/python/core/runnables/test_main_loop.py   |   2 -
 .../core/storage/iceberg/test_iceberg_document.py  |  34 +-
 .../src/main/python/core/storage/storage_config.py |   2 +-
 amber/src/main/python/pyproject.toml               |  20 +-
 .../pytexera/storage/dataset_file_document.py      |   3 +-
 bin/fix-format.sh                                  |   8 +-
 bin/single-node/.env                               |  11 +-
 bin/single-node/docker-compose.yml                 |  87 ++--
 bin/single-node/nginx.conf                         |  12 +
 41 files changed, 301 insertions(+), 1081 deletions(-)
 delete mode 100644 amber/r-requirements.txt
 create mode 100644 
amber/src/main/python/core/architecture/managers/test_executor_manager.py
 delete mode 100644 amber/src/main/python/core/models/RTableExecutor.py
 delete mode 100644 amber/src/main/python/core/models/RTupleExecutor.py
 delete mode 100644 amber/src/main/python/core/models/r_utils.py
 delete mode 100644 amber/src/main/python/core/models/test_RTableExecutor.py

Reply via email to