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

FelixYBW pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/gluten.git


    from cd994505b0 [GLUTEN-12465][CORE] Support optional stage InputStats 
plumbing in scan/input-iterator transformers (#12433)
     add 9baa47c424 [GLUTEN-12303][VL] Support async multipart upload for S3 
writes (#12305)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/gluten/config/VeloxConfig.scala     |  20 +
 cpp/velox/benchmarks/CMakeLists.txt                |   4 +
 cpp/velox/benchmarks/S3AsyncUploadBenchmark.cc     | 245 +++++++++
 cpp/velox/filesystem/GlutenS3FileSystem.cc         | 609 ++++++++++++++++++++-
 cpp/velox/filesystem/GlutenS3FileSystem.h          |  25 +-
 cpp/velox/tests/GlutenS3FileSystemTest.cc          |  14 +
 cpp/velox/utils/ConfigExtractor.cc                 |  19 +
 docs/get-started/VeloxS3.md                        |  11 +
 docs/velox-configuration.md                        |   3 +
 9 files changed, 947 insertions(+), 3 deletions(-)
 create mode 100644 cpp/velox/benchmarks/S3AsyncUploadBenchmark.cc


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to