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

mhubail pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/asterixdb.git

commit 1e02008c2b71da9b42950be94633c571784f2333
Merge: 0670ae1b2f 79af162510
Author: Michael Blow <[email protected]>
AuthorDate: Fri Jul 26 10:45:43 2024 -0400

    Merge commit '79af1625' into 'master'
    
    Change-Id: I82844bcf6a198ff9190b5e496e921877359901b5

 .../operators/physical/InvertedIndexPOperator.java |  6 ++
 .../app/resource/PlanStagesGeneratorTest.java      |  4 +-
 .../api/cluster_state_1/cluster_state_1.1.regexadm |  7 ++
 .../cluster_state_1_full.1.regexadm                |  7 ++
 .../cluster_state_1_less.1.regexadm                |  7 ++
 .../dataset-resources/dataset-resources.6.regex    |  2 +-
 .../dataset-resources/dataset-resources.7.regex    |  2 +-
 .../runtimets/results/misc/jobs/jobs.2.regex       |  2 +-
 .../runtimets/results/misc/ping/ping.2.regex       |  2 +-
 .../apache/asterix/cloud/clients/ICloudClient.java |  6 +-
 .../asterix/cloud/clients/UnstableCloudClient.java |  6 +-
 .../cloud/clients/aws/s3/S3BufferedWriter.java     |  6 +-
 .../cloud/clients/aws/s3/S3ClientConfig.java       | 29 ++++++++-
 .../cloud/clients/aws/s3/S3CloudClient.java        | 15 +++--
 .../cloud/clients/aws/s3/S3ParallelDownloader.java |  6 +-
 .../cloud/clients/aws/s3/S3RequestRateLimiter.java | 58 +++++++++++++++++
 .../cloud/clients/google/gcs/GCSCloudClient.java   | 45 ++++++-------
 .../clients/google/gcs/GCSParallelDownloader.java  |  8 +--
 .../cloud/clients/google/gcs/GCSWriter.java        |  6 +-
 ...filer.java => CountRequestProfilerLimiter.java} | 14 +++-
 ...tProfiler.java => IRequestProfilerLimiter.java} |  2 +-
 ...ofiler.java => NoOpRequestProfilerLimiter.java} |  6 +-
 ...ofiler.java => RequestLimiterNoOpProfiler.java} | 23 ++++---
 .../IRateLimiter.java}                             | 39 +++--------
 .../IRequestRateLimiter.java}                      | 50 ++++++--------
 .../NoOpRateLimiter.java}                          | 37 +++--------
 .../NoOpRequestLimiter.java}                       | 43 +++++-------
 .../profiler/limiter/TokenBasedRateLimiter.java    | 76 ++++++++++++++++++++++
 .../asterix/common/config/CloudProperties.java     | 26 ++++++++
 .../asterix/common/config/CompilerProperties.java  | 42 +++++++++++-
 .../common/config/OptimizationConfUtil.java        | 10 ++-
 .../core/algebra/base/IPhysicalOperator.java       |  3 +
 .../physical/AbstractGroupByPOperator.java         |  6 ++
 .../operators/physical/AbstractJoinPOperator.java  |  6 ++
 .../physical/AbstractPhysicalOperator.java         |  6 ++
 .../physical/AbstractStableSortPOperator.java      |  6 ++
 .../operators/physical/WindowPOperator.java        |  6 ++
 .../operators/physical/WindowStreamPOperator.java  |  6 ++
 .../rewriter/base/PhysicalOptimizationConfig.java  | 62 ++++++++++++++++++
 .../rewriter/rules/SetMemoryRequirementsRule.java  | 27 ++++----
 .../apache/hyracks/api/exceptions/ErrorCode.java   |  1 +
 .../src/main/resources/errormsg/en.properties      |  1 +
 .../dataflow/std/sort/AbstractFrameSorter.java     |  6 +-
 43 files changed, 526 insertions(+), 202 deletions(-)

Reply via email to