You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@impala.apache.org by "Alexander Saydakov (Code Review)" <ge...@cloudera.org> on 2022/01/05 00:16:18 UTC

[Impala-ASF-CR] IMPALA-10868: cmake dependency on the latest datasketches 3.3.0

Alexander Saydakov has uploaded this change for review. ( http://gerrit.cloudera.org:8080/18118


Change subject: IMPALA-10868: cmake dependency on the latest datasketches 3.3.0
......................................................................

IMPALA-10868: cmake dependency on the latest datasketches 3.3.0

- added dependency on datasketches-cpp-3.3.0 using cmake
- removed older checked-in version of datasketches

Change-Id: I502ae31d8efd775b5bdeaf272530f7adff04e5b8
---
M CMakeLists.txt
M be/CMakeLists.txt
M be/src/exprs/CMakeLists.txt
M be/src/exprs/aggregate-functions-ir.cc
M be/src/exprs/datasketches-common.cc
M be/src/exprs/datasketches-common.h
M be/src/exprs/datasketches-functions-ir.cc
M be/src/exprs/datasketches-test.cc
D be/src/thirdparty/datasketches/AuxHashMap-internal.hpp
D be/src/thirdparty/datasketches/AuxHashMap.hpp
D be/src/thirdparty/datasketches/CompositeInterpolationXTable-internal.hpp
D be/src/thirdparty/datasketches/CompositeInterpolationXTable.hpp
D be/src/thirdparty/datasketches/CouponHashSet-internal.hpp
D be/src/thirdparty/datasketches/CouponHashSet.hpp
D be/src/thirdparty/datasketches/CouponList-internal.hpp
D be/src/thirdparty/datasketches/CouponList.hpp
D be/src/thirdparty/datasketches/CubicInterpolation-internal.hpp
D be/src/thirdparty/datasketches/CubicInterpolation.hpp
D be/src/thirdparty/datasketches/HarmonicNumbers-internal.hpp
D be/src/thirdparty/datasketches/HarmonicNumbers.hpp
D be/src/thirdparty/datasketches/Hll4Array-internal.hpp
D be/src/thirdparty/datasketches/Hll4Array.hpp
D be/src/thirdparty/datasketches/Hll6Array-internal.hpp
D be/src/thirdparty/datasketches/Hll6Array.hpp
D be/src/thirdparty/datasketches/Hll8Array-internal.hpp
D be/src/thirdparty/datasketches/Hll8Array.hpp
D be/src/thirdparty/datasketches/HllArray-internal.hpp
D be/src/thirdparty/datasketches/HllArray.hpp
D be/src/thirdparty/datasketches/HllSketch-internal.hpp
D be/src/thirdparty/datasketches/HllSketchImpl-internal.hpp
D be/src/thirdparty/datasketches/HllSketchImpl.hpp
D be/src/thirdparty/datasketches/HllSketchImplFactory.hpp
D be/src/thirdparty/datasketches/HllUnion-internal.hpp
D be/src/thirdparty/datasketches/HllUtil.hpp
D be/src/thirdparty/datasketches/LICENSE
D be/src/thirdparty/datasketches/MurmurHash3.h
D be/src/thirdparty/datasketches/README.md
D be/src/thirdparty/datasketches/RelativeErrorTables-internal.hpp
D be/src/thirdparty/datasketches/RelativeErrorTables.hpp
D be/src/thirdparty/datasketches/binomial_bounds.hpp
D be/src/thirdparty/datasketches/bounds_binomial_proportions.hpp
D be/src/thirdparty/datasketches/bounds_on_ratios_in_sampled_sets.hpp
D be/src/thirdparty/datasketches/bounds_on_ratios_in_theta_sketched_sets.hpp
D be/src/thirdparty/datasketches/ceiling_power_of_2.hpp
D be/src/thirdparty/datasketches/common_defs.hpp
D be/src/thirdparty/datasketches/compression_data.hpp
D be/src/thirdparty/datasketches/conditional_back_inserter.hpp
D be/src/thirdparty/datasketches/conditional_forward.hpp
D be/src/thirdparty/datasketches/count_zeros.hpp
D be/src/thirdparty/datasketches/coupon_iterator-internal.hpp
D be/src/thirdparty/datasketches/coupon_iterator.hpp
D be/src/thirdparty/datasketches/cpc_common.hpp
D be/src/thirdparty/datasketches/cpc_compressor.hpp
D be/src/thirdparty/datasketches/cpc_compressor_impl.hpp
D be/src/thirdparty/datasketches/cpc_confidence.hpp
D be/src/thirdparty/datasketches/cpc_sketch.hpp
D be/src/thirdparty/datasketches/cpc_sketch_impl.hpp
D be/src/thirdparty/datasketches/cpc_union.hpp
D be/src/thirdparty/datasketches/cpc_union_impl.hpp
D be/src/thirdparty/datasketches/cpc_util.hpp
D be/src/thirdparty/datasketches/hll.hpp
D be/src/thirdparty/datasketches/hll.private.hpp
D be/src/thirdparty/datasketches/icon_estimator.hpp
D be/src/thirdparty/datasketches/inv_pow2_table.hpp
D be/src/thirdparty/datasketches/kll_helper.hpp
D be/src/thirdparty/datasketches/kll_helper_impl.hpp
D be/src/thirdparty/datasketches/kll_quantile_calculator.hpp
D be/src/thirdparty/datasketches/kll_quantile_calculator_impl.hpp
D be/src/thirdparty/datasketches/kll_sketch.hpp
D be/src/thirdparty/datasketches/kll_sketch_impl.hpp
D be/src/thirdparty/datasketches/kxp_byte_lookup.hpp
D be/src/thirdparty/datasketches/memory_operations.hpp
D be/src/thirdparty/datasketches/serde.hpp
D be/src/thirdparty/datasketches/theta_a_not_b.hpp
D be/src/thirdparty/datasketches/theta_a_not_b_impl.hpp
D be/src/thirdparty/datasketches/theta_comparators.hpp
D be/src/thirdparty/datasketches/theta_constants.hpp
D be/src/thirdparty/datasketches/theta_helpers.hpp
D be/src/thirdparty/datasketches/theta_intersection.hpp
D be/src/thirdparty/datasketches/theta_intersection_base.hpp
D be/src/thirdparty/datasketches/theta_intersection_base_impl.hpp
D be/src/thirdparty/datasketches/theta_intersection_impl.hpp
D be/src/thirdparty/datasketches/theta_jaccard_similarity.hpp
D be/src/thirdparty/datasketches/theta_jaccard_similarity_base.hpp
D be/src/thirdparty/datasketches/theta_set_difference_base.hpp
D be/src/thirdparty/datasketches/theta_set_difference_base_impl.hpp
D be/src/thirdparty/datasketches/theta_sketch.hpp
D be/src/thirdparty/datasketches/theta_sketch_impl.hpp
D be/src/thirdparty/datasketches/theta_union.hpp
D be/src/thirdparty/datasketches/theta_union_base.hpp
D be/src/thirdparty/datasketches/theta_union_base_impl.hpp
D be/src/thirdparty/datasketches/theta_union_impl.hpp
D be/src/thirdparty/datasketches/theta_update_sketch_base.hpp
D be/src/thirdparty/datasketches/theta_update_sketch_base_impl.hpp
D be/src/thirdparty/datasketches/u32_table.hpp
D be/src/thirdparty/datasketches/u32_table_impl.hpp
96 files changed, 48 insertions(+), 23,198 deletions(-)



  git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/18/18118/2
-- 
To view, visit http://gerrit.cloudera.org:8080/18118
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I502ae31d8efd775b5bdeaf272530f7adff04e5b8
Gerrit-Change-Number: 18118
Gerrit-PatchSet: 2
Gerrit-Owner: Alexander Saydakov <al...@apache.org>

[Impala-ASF-CR] IMPALA-10868: cmake dependency on the latest datasketches 3.3.0

Posted by "Impala Public Jenkins (Code Review)" <ge...@cloudera.org>.
Impala Public Jenkins has posted comments on this change. ( http://gerrit.cloudera.org:8080/18118 )

Change subject: IMPALA-10868: cmake dependency on the latest datasketches 3.3.0
......................................................................


Patch Set 2:

Build Successful 

https://jenkins.impala.io/job/gerrit-code-review-checks/9963/ : Initial code review checks passed. Use gerrit-verify-dryrun-external or gerrit-verify-dryrun to run full precommit tests.


-- 
To view, visit http://gerrit.cloudera.org:8080/18118
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I502ae31d8efd775b5bdeaf272530f7adff04e5b8
Gerrit-Change-Number: 18118
Gerrit-PatchSet: 2
Gerrit-Owner: Alexander Saydakov <al...@apache.org>
Gerrit-Reviewer: Impala Public Jenkins <im...@cloudera.com>
Gerrit-Comment-Date: Wed, 05 Jan 2022 00:39:33 +0000
Gerrit-HasComments: No