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

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


    from 6af8154ec IMPALA-8675: Remove db/table count metrics from impalad in 
LocalCatalog mode
     new 45d681582 IMPALA-12462: Update only changed partitions after COMPUTE 
STATS
     new 333902afc [arm64] remove dependence on sse2neon

The 2 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:
 be/src/benchmarks/bswap-benchmark.cc               |   21 +-
 be/src/benchmarks/int-hash-benchmark.cc            |   62 +-
 be/src/benchmarks/string-compare-benchmark.cc      |    2 +
 be/src/exec/delimited-text-parser.cc               |    6 +
 be/src/exec/delimited-text-parser.h                |    4 +-
 be/src/exec/delimited-text-parser.inline.h         |    4 +-
 be/src/kudu/util/block_bloom_filter.cc             |   82 +-
 be/src/kudu/util/char_util.cc                      |   21 +-
 be/src/kudu/util/group_varint-inl.h                |    2 +-
 be/src/kudu/util/sse2neon.h                        | 3285 -----------------
 be/src/runtime/string-value.inline.h               |    2 -
 be/src/util/bit-util.cc                            |   42 +-
 be/src/util/bit-util.h                             |    2 +-
 be/src/util/bloom-filter.cc                        |    5 -
 be/src/util/bloom-filter.h                         |    2 +-
 be/src/util/parquet-bloom-filter.cc                |   54 +-
 be/src/util/sse-util.h                             |  127 +-
 be/src/util/sse2neon.h                             | 3704 --------------------
 bin/rat_exclude_files.txt                          |    1 -
 .../apache/impala/service/CatalogOpExecutor.java   |   31 +-
 .../QueryTest/compute-stats-incremental.test       |    8 +
 .../queries/QueryTest/compute-stats.test           |    8 +
 22 files changed, 333 insertions(+), 7142 deletions(-)
 delete mode 100644 be/src/kudu/util/sse2neon.h
 delete mode 100644 be/src/util/sse2neon.h

Reply via email to