This is an automated email from the ASF dual-hosted git repository.
mblow pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/asterixdb.git
from cdd47e5dbe Merge branch 'gerrit/morpheus' into 'master'
new 3b7a351a64 [NO ISSUE][EXT] Query fails on GCS external delta table
new c324495e25 [ASTERIXDB-3601][STO] Removing warn log
new d3b76c7421 [ASTERIXDB-3611][RT] Add more stats to query profile
new cdde01e27f Merge branch 'gerrit/trinity' into 'gerrit/ionic'
new 4691ed6ef8 Merge branch 'gerrit/ionic' into 'master'
The 5 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:
.../profile/full-scan/full-scan.3.regexjson | 25 ++++-
.../non-unary-subplan.3.regexjson | 85 +++++++++++++----
.../results/profile/plansleep/sleep.3.regexjson | 66 +++++++++++++-
.../results/profile/sleep/sleep.3.regexjson | 22 ++++-
.../results/profile/sleep/sleep.4.regexjson | 42 +++++++--
.../results/profile/sleep/sleep.5.regexjson | 55 ++++++++---
.../reader/aws/delta/DeltaReaderFactory.java | 2 +-
.../LogicalOperatorPrettyPrintVisitorJson.java | 101 ++++++++++++++++++++-
.../hyracks/api/dataflow/ProfiledFrameWriter.java | 10 +-
.../hyracks/api/job/profiling/IOperatorStats.java | 6 +-
.../api/job/profiling/NoOpOperatorStats.java | 7 +-
.../hyracks/api/job/profiling/OperatorStats.java | 40 +++++---
.../common/job/profiling/om/TaskProfile.java | 6 +-
.../am/lsm/btree/column/cloud/ColumnRanges.java | 7 +-
14 files changed, 389 insertions(+), 85 deletions(-)