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

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


    from 1e02008c2b Merge commit '79af1625' into 'master'
     new d20939ea25 [NO ISSUE][*DB][MISC] update dependencies to address CVEs
     new eaebacfe7e [ASTERIXDB-3467][HYR] ConcurrentModificationException when 
picking new jobs to run
     new ba9ce920e0 [ASTERIXDB-3462][COMP] Incorrect cardinality estimation 
with multicolumn PK-PK self joins
     new 11ade9cfe8 [ASTERIXDB-3465][STO] Change default cloud write requests 
limit
     new 780fa9e42e [ASTERIXDB-3445][COMP] Hash join picked by CBO in the 
presence of non-equality join predicates
     new 54b332c77a [ASTERIXDB-3465][STO] Change default cloud read/write 
requests limit
     new e3dbcb572a Merge branch 'gerrit/goldfish' into 'master'

The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../asterix/optimizer/rules/cbo/JoinEnum.java      |  13 ++-
 .../asterix/optimizer/rules/cbo/JoinNode.java      |   4 +-
 asterixdb/asterix-app/pom.xml                      |  42 -------
 .../test/external_dataset/parquet/JsonUtil.java    |   2 +-
 .../optimizerts/results_cbo/ch2/ch2_q7.plan        | 126 +++++++++++----------
 .../api/cluster_state_1/cluster_state_1.1.regexadm |   4 +-
 .../cluster_state_1_full.1.regexadm                |   4 +-
 .../cluster_state_1_less.1.regexadm                |   4 +-
 .../runtimets/testsuite_external_dataset_s3.xml    |   6 +-
 .../resources/runtimets/testsuite_sqlpp_hdfs.xml   |   2 +
 .../stream/out/AbstractBytesOutputStream.java      |   5 +-
 .../bytes/AsterixParquetBytesInput.java}           |  21 +++-
 .../asterix/common/config/CloudProperties.java     |   4 +-
 .../src/main/resources/asx_errormsg/en.properties  |   2 +-
 asterixdb/asterix-external-data/pom.xml            |   2 -
 .../job/resource/JobCapacityController.java        |   2 +-
 asterixdb/pom.xml                                  |  68 ++++++++++-
 .../src/main/resources/errormsg/en.properties      |   2 +-
 .../hyracks/control/cc/scheduler/FIFOJobQueue.java |  20 +++-
 19 files changed, 192 insertions(+), 141 deletions(-)
 rename 
asterixdb/asterix-column/src/main/java/org/apache/{asterix/column/bytes/stream/out/ParquetBytesInput.java
 => parquet/bytes/AsterixParquetBytesInput.java} (69%)

Reply via email to