[Impala-ASF-CR] IMPALA-10631: Upgrade DataSketches to version 3.0.0

2021-04-26 Thread Impala Public Jenkins (Code Review)
Impala Public Jenkins has posted comments on this change. ( 
http://gerrit.cloudera.org:8080/17294 )

Change subject: IMPALA-10631: Upgrade DataSketches to version 3.0.0
..


Patch Set 5: Verified+1


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

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I37622a7643d015b80f55b802421eae826aa7a4f9
Gerrit-Change-Number: 17294
Gerrit-PatchSet: 5
Gerrit-Owner: Fucun Chu 
Gerrit-Reviewer: Fucun Chu 
Gerrit-Reviewer: Gabor Kaszab 
Gerrit-Reviewer: Impala Public Jenkins 
Gerrit-Comment-Date: Mon, 26 Apr 2021 13:35:53 +
Gerrit-HasComments: No


[Impala-ASF-CR] IMPALA-10631: Upgrade DataSketches to version 3.0.0

2021-04-26 Thread Impala Public Jenkins (Code Review)
Impala Public Jenkins has submitted this change and it was merged. ( 
http://gerrit.cloudera.org:8080/17294 )

Change subject: IMPALA-10631: Upgrade DataSketches to version 3.0.0
..

IMPALA-10631: Upgrade DataSketches to version 3.0.0

Upgrade the external DataSketches files CPC/HLL/KLL/Theta to version
3.0.0

tests:
 -Ran the tests from tests/query_test/test_datasketches.py

Change-Id: I37622a7643d015b80f55b802421eae826aa7a4f9
Reviewed-on: http://gerrit.cloudera.org:8080/17294
Reviewed-by: Impala Public Jenkins 
Tested-by: Impala Public Jenkins 
---
M be/src/exprs/datasketches-test.cc
M be/src/thirdparty/datasketches/AuxHashMap-internal.hpp
M be/src/thirdparty/datasketches/AuxHashMap.hpp
M be/src/thirdparty/datasketches/CompositeInterpolationXTable.hpp
M be/src/thirdparty/datasketches/CouponHashSet-internal.hpp
M be/src/thirdparty/datasketches/CouponHashSet.hpp
M be/src/thirdparty/datasketches/CouponList-internal.hpp
M be/src/thirdparty/datasketches/CouponList.hpp
M be/src/thirdparty/datasketches/CubicInterpolation.hpp
M be/src/thirdparty/datasketches/HarmonicNumbers.hpp
M be/src/thirdparty/datasketches/Hll4Array-internal.hpp
M be/src/thirdparty/datasketches/Hll4Array.hpp
M be/src/thirdparty/datasketches/Hll6Array-internal.hpp
M be/src/thirdparty/datasketches/Hll6Array.hpp
M be/src/thirdparty/datasketches/Hll8Array-internal.hpp
M be/src/thirdparty/datasketches/Hll8Array.hpp
M be/src/thirdparty/datasketches/HllArray-internal.hpp
M be/src/thirdparty/datasketches/HllArray.hpp
M be/src/thirdparty/datasketches/HllSketch-internal.hpp
M be/src/thirdparty/datasketches/HllSketchImpl.hpp
M be/src/thirdparty/datasketches/HllSketchImplFactory.hpp
M be/src/thirdparty/datasketches/HllUnion-internal.hpp
M be/src/thirdparty/datasketches/HllUtil.hpp
M be/src/thirdparty/datasketches/MurmurHash3.h
M be/src/thirdparty/datasketches/README.md
M be/src/thirdparty/datasketches/RelativeErrorTables.hpp
A be/src/thirdparty/datasketches/bounds_on_ratios_in_sampled_sets.hpp
A be/src/thirdparty/datasketches/bounds_on_ratios_in_theta_sketched_sets.hpp
M be/src/thirdparty/datasketches/cpc_common.hpp
M be/src/thirdparty/datasketches/cpc_compressor.hpp
M be/src/thirdparty/datasketches/cpc_compressor_impl.hpp
M be/src/thirdparty/datasketches/cpc_sketch.hpp
M be/src/thirdparty/datasketches/cpc_sketch_impl.hpp
M be/src/thirdparty/datasketches/cpc_union.hpp
M be/src/thirdparty/datasketches/cpc_union_impl.hpp
M be/src/thirdparty/datasketches/cpc_util.hpp
M be/src/thirdparty/datasketches/hll.hpp
M be/src/thirdparty/datasketches/icon_estimator.hpp
M be/src/thirdparty/datasketches/kll_quantile_calculator.hpp
M be/src/thirdparty/datasketches/kll_quantile_calculator_impl.hpp
M be/src/thirdparty/datasketches/kll_sketch.hpp
M be/src/thirdparty/datasketches/kll_sketch_impl.hpp
M be/src/thirdparty/datasketches/memory_operations.hpp
M be/src/thirdparty/datasketches/theta_a_not_b.hpp
M be/src/thirdparty/datasketches/theta_a_not_b_impl.hpp
A be/src/thirdparty/datasketches/theta_comparators.hpp
A be/src/thirdparty/datasketches/theta_constants.hpp
A be/src/thirdparty/datasketches/theta_helpers.hpp
M be/src/thirdparty/datasketches/theta_intersection.hpp
A be/src/thirdparty/datasketches/theta_intersection_base.hpp
A be/src/thirdparty/datasketches/theta_intersection_base_impl.hpp
M be/src/thirdparty/datasketches/theta_intersection_impl.hpp
A be/src/thirdparty/datasketches/theta_jaccard_similarity.hpp
A be/src/thirdparty/datasketches/theta_jaccard_similarity_base.hpp
A be/src/thirdparty/datasketches/theta_set_difference_base.hpp
A be/src/thirdparty/datasketches/theta_set_difference_base_impl.hpp
M be/src/thirdparty/datasketches/theta_sketch.hpp
M be/src/thirdparty/datasketches/theta_sketch_impl.hpp
M be/src/thirdparty/datasketches/theta_union.hpp
A be/src/thirdparty/datasketches/theta_union_base.hpp
A be/src/thirdparty/datasketches/theta_union_base_impl.hpp
M be/src/thirdparty/datasketches/theta_union_impl.hpp
A be/src/thirdparty/datasketches/theta_update_sketch_base.hpp
A be/src/thirdparty/datasketches/theta_update_sketch_base_impl.hpp
M be/src/thirdparty/datasketches/u32_table.hpp
M be/src/thirdparty/datasketches/u32_table_impl.hpp
66 files changed, 2,646 insertions(+), 1,873 deletions(-)

Approvals:
  Impala Public Jenkins: Looks good to me, approved; Verified

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

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I37622a7643d015b80f55b802421eae826aa7a4f9
Gerrit-Change-Number: 17294
Gerrit-PatchSet: 6
Gerrit-Owner: Fucun Chu 
Gerrit-Reviewer: Fucun Chu 
Gerrit-Reviewer: Gabor Kaszab 
Gerrit-Reviewer: Impala Public Jenkins 


[Impala-ASF-CR] IMPALA-10631: Upgrade DataSketches to version 3.0.0

2021-04-26 Thread Gabor Kaszab (Code Review)
Gabor Kaszab has posted comments on this change. ( 
http://gerrit.cloudera.org:8080/17294 )

Change subject: IMPALA-10631: Upgrade DataSketches to version 3.0.0
..


Patch Set 4:

Let's give it a try to re-run the job. We'll see.


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

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I37622a7643d015b80f55b802421eae826aa7a4f9
Gerrit-Change-Number: 17294
Gerrit-PatchSet: 4
Gerrit-Owner: Fucun Chu 
Gerrit-Reviewer: Fucun Chu 
Gerrit-Reviewer: Gabor Kaszab 
Gerrit-Reviewer: Impala Public Jenkins 
Gerrit-Comment-Date: Mon, 26 Apr 2021 07:45:39 +
Gerrit-HasComments: No


[Impala-ASF-CR] IMPALA-10631: Upgrade DataSketches to version 3.0.0

2021-04-26 Thread Impala Public Jenkins (Code Review)
Impala Public Jenkins has posted comments on this change. ( 
http://gerrit.cloudera.org:8080/17294 )

Change subject: IMPALA-10631: Upgrade DataSketches to version 3.0.0
..


Patch Set 5:

Build started: https://jenkins.impala.io/job/gerrit-verify-dryrun/7099/ 
DRY_RUN=false


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

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I37622a7643d015b80f55b802421eae826aa7a4f9
Gerrit-Change-Number: 17294
Gerrit-PatchSet: 5
Gerrit-Owner: Fucun Chu 
Gerrit-Reviewer: Fucun Chu 
Gerrit-Reviewer: Gabor Kaszab 
Gerrit-Reviewer: Impala Public Jenkins 
Gerrit-Comment-Date: Mon, 26 Apr 2021 07:45:26 +
Gerrit-HasComments: No


[Impala-ASF-CR] IMPALA-10631: Upgrade DataSketches to version 3.0.0

2021-04-26 Thread Impala Public Jenkins (Code Review)
Impala Public Jenkins has posted comments on this change. ( 
http://gerrit.cloudera.org:8080/17294 )

Change subject: IMPALA-10631: Upgrade DataSketches to version 3.0.0
..


Patch Set 5: Code-Review+2


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

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I37622a7643d015b80f55b802421eae826aa7a4f9
Gerrit-Change-Number: 17294
Gerrit-PatchSet: 5
Gerrit-Owner: Fucun Chu 
Gerrit-Reviewer: Fucun Chu 
Gerrit-Reviewer: Gabor Kaszab 
Gerrit-Reviewer: Impala Public Jenkins 
Gerrit-Comment-Date: Mon, 26 Apr 2021 07:45:25 +
Gerrit-HasComments: No


[Impala-ASF-CR] IMPALA-10631: Upgrade DataSketches to version 3.0.0

2021-04-14 Thread Fucun Chu (Code Review)
Fucun Chu has posted comments on this change. ( 
http://gerrit.cloudera.org:8080/17294 )

Change subject: IMPALA-10631: Upgrade DataSketches to version 3.0.0
..


Patch Set 4:

All tests run with the pre-review-test job passed, see: 
https://jenkins.impala.io/job/pre-review-test/909/. The failed test in the 
gerrit-verify-dryrun job (query_test/test_fetch.py, from: 
https://jenkins.impala.io/job/ubuntu-16.04-from-scratch/13658/) did not 
reappear.
How to deal with this situation, re-run the gerrit-verify-dryrun job?


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

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I37622a7643d015b80f55b802421eae826aa7a4f9
Gerrit-Change-Number: 17294
Gerrit-PatchSet: 4
Gerrit-Owner: Fucun Chu 
Gerrit-Reviewer: Fucun Chu 
Gerrit-Reviewer: Gabor Kaszab 
Gerrit-Reviewer: Impala Public Jenkins 
Gerrit-Comment-Date: Thu, 15 Apr 2021 01:57:04 +
Gerrit-HasComments: No


[Impala-ASF-CR] IMPALA-10631: Upgrade DataSketches to version 3.0.0

2021-04-13 Thread Impala Public Jenkins (Code Review)
Impala Public Jenkins has posted comments on this change. ( 
http://gerrit.cloudera.org:8080/17294 )

Change subject: IMPALA-10631: Upgrade DataSketches to version 3.0.0
..


Patch Set 4: Verified-1

Build failed: https://jenkins.impala.io/job/gerrit-verify-dryrun/7064/


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

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I37622a7643d015b80f55b802421eae826aa7a4f9
Gerrit-Change-Number: 17294
Gerrit-PatchSet: 4
Gerrit-Owner: Fucun Chu 
Gerrit-Reviewer: Gabor Kaszab 
Gerrit-Reviewer: Impala Public Jenkins 
Gerrit-Comment-Date: Tue, 13 Apr 2021 13:42:27 +
Gerrit-HasComments: No


[Impala-ASF-CR] IMPALA-10631: Upgrade DataSketches to version 3.0.0

2021-04-13 Thread Impala Public Jenkins (Code Review)
Impala Public Jenkins has posted comments on this change. ( 
http://gerrit.cloudera.org:8080/17294 )

Change subject: IMPALA-10631: Upgrade DataSketches to version 3.0.0
..


Patch Set 4:

Build started: https://jenkins.impala.io/job/gerrit-verify-dryrun/7064/ 
DRY_RUN=false


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

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I37622a7643d015b80f55b802421eae826aa7a4f9
Gerrit-Change-Number: 17294
Gerrit-PatchSet: 4
Gerrit-Owner: Fucun Chu 
Gerrit-Reviewer: Gabor Kaszab 
Gerrit-Reviewer: Impala Public Jenkins 
Gerrit-Comment-Date: Tue, 13 Apr 2021 07:59:42 +
Gerrit-HasComments: No


[Impala-ASF-CR] IMPALA-10631: Upgrade DataSketches to version 3.0.0

2021-04-13 Thread Impala Public Jenkins (Code Review)
Impala Public Jenkins has posted comments on this change. ( 
http://gerrit.cloudera.org:8080/17294 )

Change subject: IMPALA-10631: Upgrade DataSketches to version 3.0.0
..


Patch Set 4: Code-Review+2


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

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I37622a7643d015b80f55b802421eae826aa7a4f9
Gerrit-Change-Number: 17294
Gerrit-PatchSet: 4
Gerrit-Owner: Fucun Chu 
Gerrit-Reviewer: Gabor Kaszab 
Gerrit-Reviewer: Impala Public Jenkins 
Gerrit-Comment-Date: Tue, 13 Apr 2021 07:59:42 +
Gerrit-HasComments: No


[Impala-ASF-CR] IMPALA-10631: Upgrade DataSketches to version 3.0.0

2021-04-13 Thread Gabor Kaszab (Code Review)
Gabor Kaszab has posted comments on this change. ( 
http://gerrit.cloudera.org:8080/17294 )

Change subject: IMPALA-10631: Upgrade DataSketches to version 3.0.0
..


Patch Set 3: Code-Review+2


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

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I37622a7643d015b80f55b802421eae826aa7a4f9
Gerrit-Change-Number: 17294
Gerrit-PatchSet: 3
Gerrit-Owner: Fucun Chu 
Gerrit-Reviewer: Gabor Kaszab 
Gerrit-Reviewer: Impala Public Jenkins 
Gerrit-Comment-Date: Tue, 13 Apr 2021 07:57:50 +
Gerrit-HasComments: No


[Impala-ASF-CR] IMPALA-10631: Upgrade DataSketches to version 3.0.0

2021-04-12 Thread Impala Public Jenkins (Code Review)
Impala Public Jenkins has posted comments on this change. ( 
http://gerrit.cloudera.org:8080/17294 )

Change subject: IMPALA-10631: Upgrade DataSketches to version 3.0.0
..


Patch Set 3:

Build Successful

https://jenkins.impala.io/job/gerrit-code-review-checks/8546/ : 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/17294
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I37622a7643d015b80f55b802421eae826aa7a4f9
Gerrit-Change-Number: 17294
Gerrit-PatchSet: 3
Gerrit-Owner: Fucun Chu 
Gerrit-Reviewer: Gabor Kaszab 
Gerrit-Reviewer: Impala Public Jenkins 
Gerrit-Comment-Date: Mon, 12 Apr 2021 10:37:33 +
Gerrit-HasComments: No


[Impala-ASF-CR] IMPALA-10631: Upgrade DataSketches to version 3.0.0

2021-04-12 Thread Fucun Chu (Code Review)
Fucun Chu has uploaded a new patch set (#3). ( 
http://gerrit.cloudera.org:8080/17294 )

Change subject: IMPALA-10631: Upgrade DataSketches to version 3.0.0
..

IMPALA-10631: Upgrade DataSketches to version 3.0.0

Upgrade the external DataSketches files CPC/HLL/KLL/Theta to version
3.0.0

tests:
 -Ran the tests from tests/query_test/test_datasketches.py

Change-Id: I37622a7643d015b80f55b802421eae826aa7a4f9
---
M be/src/exprs/datasketches-test.cc
M be/src/thirdparty/datasketches/AuxHashMap-internal.hpp
M be/src/thirdparty/datasketches/AuxHashMap.hpp
M be/src/thirdparty/datasketches/CompositeInterpolationXTable.hpp
M be/src/thirdparty/datasketches/CouponHashSet-internal.hpp
M be/src/thirdparty/datasketches/CouponHashSet.hpp
M be/src/thirdparty/datasketches/CouponList-internal.hpp
M be/src/thirdparty/datasketches/CouponList.hpp
M be/src/thirdparty/datasketches/CubicInterpolation.hpp
M be/src/thirdparty/datasketches/HarmonicNumbers.hpp
M be/src/thirdparty/datasketches/Hll4Array-internal.hpp
M be/src/thirdparty/datasketches/Hll4Array.hpp
M be/src/thirdparty/datasketches/Hll6Array-internal.hpp
M be/src/thirdparty/datasketches/Hll6Array.hpp
M be/src/thirdparty/datasketches/Hll8Array-internal.hpp
M be/src/thirdparty/datasketches/Hll8Array.hpp
M be/src/thirdparty/datasketches/HllArray-internal.hpp
M be/src/thirdparty/datasketches/HllArray.hpp
M be/src/thirdparty/datasketches/HllSketch-internal.hpp
M be/src/thirdparty/datasketches/HllSketchImpl.hpp
M be/src/thirdparty/datasketches/HllSketchImplFactory.hpp
M be/src/thirdparty/datasketches/HllUnion-internal.hpp
M be/src/thirdparty/datasketches/HllUtil.hpp
M be/src/thirdparty/datasketches/MurmurHash3.h
M be/src/thirdparty/datasketches/README.md
M be/src/thirdparty/datasketches/RelativeErrorTables.hpp
A be/src/thirdparty/datasketches/bounds_on_ratios_in_sampled_sets.hpp
A be/src/thirdparty/datasketches/bounds_on_ratios_in_theta_sketched_sets.hpp
M be/src/thirdparty/datasketches/cpc_common.hpp
M be/src/thirdparty/datasketches/cpc_compressor.hpp
M be/src/thirdparty/datasketches/cpc_compressor_impl.hpp
M be/src/thirdparty/datasketches/cpc_sketch.hpp
M be/src/thirdparty/datasketches/cpc_sketch_impl.hpp
M be/src/thirdparty/datasketches/cpc_union.hpp
M be/src/thirdparty/datasketches/cpc_union_impl.hpp
M be/src/thirdparty/datasketches/cpc_util.hpp
M be/src/thirdparty/datasketches/hll.hpp
M be/src/thirdparty/datasketches/icon_estimator.hpp
M be/src/thirdparty/datasketches/kll_quantile_calculator.hpp
M be/src/thirdparty/datasketches/kll_quantile_calculator_impl.hpp
M be/src/thirdparty/datasketches/kll_sketch.hpp
M be/src/thirdparty/datasketches/kll_sketch_impl.hpp
M be/src/thirdparty/datasketches/memory_operations.hpp
M be/src/thirdparty/datasketches/theta_a_not_b.hpp
M be/src/thirdparty/datasketches/theta_a_not_b_impl.hpp
A be/src/thirdparty/datasketches/theta_comparators.hpp
A be/src/thirdparty/datasketches/theta_constants.hpp
A be/src/thirdparty/datasketches/theta_helpers.hpp
M be/src/thirdparty/datasketches/theta_intersection.hpp
A be/src/thirdparty/datasketches/theta_intersection_base.hpp
A be/src/thirdparty/datasketches/theta_intersection_base_impl.hpp
M be/src/thirdparty/datasketches/theta_intersection_impl.hpp
A be/src/thirdparty/datasketches/theta_jaccard_similarity.hpp
A be/src/thirdparty/datasketches/theta_jaccard_similarity_base.hpp
A be/src/thirdparty/datasketches/theta_set_difference_base.hpp
A be/src/thirdparty/datasketches/theta_set_difference_base_impl.hpp
M be/src/thirdparty/datasketches/theta_sketch.hpp
M be/src/thirdparty/datasketches/theta_sketch_impl.hpp
M be/src/thirdparty/datasketches/theta_union.hpp
A be/src/thirdparty/datasketches/theta_union_base.hpp
A be/src/thirdparty/datasketches/theta_union_base_impl.hpp
M be/src/thirdparty/datasketches/theta_union_impl.hpp
A be/src/thirdparty/datasketches/theta_update_sketch_base.hpp
A be/src/thirdparty/datasketches/theta_update_sketch_base_impl.hpp
M be/src/thirdparty/datasketches/u32_table.hpp
M be/src/thirdparty/datasketches/u32_table_impl.hpp
66 files changed, 2,646 insertions(+), 1,873 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/94/17294/3
--
To view, visit http://gerrit.cloudera.org:8080/17294
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I37622a7643d015b80f55b802421eae826aa7a4f9
Gerrit-Change-Number: 17294
Gerrit-PatchSet: 3
Gerrit-Owner: Fucun Chu 
Gerrit-Reviewer: Gabor Kaszab 
Gerrit-Reviewer: Impala Public Jenkins 


[Impala-ASF-CR] IMPALA-10631: Upgrade DataSketches to version 3.0.0

2021-04-08 Thread Impala Public Jenkins (Code Review)
Impala Public Jenkins has posted comments on this change. ( 
http://gerrit.cloudera.org:8080/17294 )

Change subject: IMPALA-10631: Upgrade DataSketches to version 3.0.0
..


Patch Set 2:

Build Failed

https://jenkins.impala.io/job/gerrit-code-review-checks/8528/ : Initial code 
review checks failed. See linked job for details on the failure.


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

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I37622a7643d015b80f55b802421eae826aa7a4f9
Gerrit-Change-Number: 17294
Gerrit-PatchSet: 2
Gerrit-Owner: Fucun Chu 
Gerrit-Reviewer: Gabor Kaszab 
Gerrit-Reviewer: Impala Public Jenkins 
Gerrit-Comment-Date: Fri, 09 Apr 2021 05:21:32 +
Gerrit-HasComments: No


[Impala-ASF-CR] IMPALA-10631: Upgrade DataSketches to version 3.0.0

2021-04-08 Thread Fucun Chu (Code Review)
Fucun Chu has uploaded this change for review. ( 
http://gerrit.cloudera.org:8080/17294


Change subject: IMPALA-10631: Upgrade DataSketches to version 3.0.0
..

IMPALA-10631: Upgrade DataSketches to version 3.0.0

Upgrade the external DataSketches files CPC/HLL/KLL/Theta to version
3.0.0

tests:
 -Ran the tests from tests/query_test/test_datasketches.py

Change-Id: I37622a7643d015b80f55b802421eae826aa7a4f9
---
M be/src/thirdparty/datasketches/AuxHashMap-internal.hpp
M be/src/thirdparty/datasketches/AuxHashMap.hpp
M be/src/thirdparty/datasketches/CompositeInterpolationXTable.hpp
M be/src/thirdparty/datasketches/CouponHashSet-internal.hpp
M be/src/thirdparty/datasketches/CouponHashSet.hpp
M be/src/thirdparty/datasketches/CouponList-internal.hpp
M be/src/thirdparty/datasketches/CouponList.hpp
M be/src/thirdparty/datasketches/CubicInterpolation.hpp
M be/src/thirdparty/datasketches/HarmonicNumbers.hpp
M be/src/thirdparty/datasketches/Hll4Array-internal.hpp
M be/src/thirdparty/datasketches/Hll4Array.hpp
M be/src/thirdparty/datasketches/Hll6Array-internal.hpp
M be/src/thirdparty/datasketches/Hll6Array.hpp
M be/src/thirdparty/datasketches/Hll8Array-internal.hpp
M be/src/thirdparty/datasketches/Hll8Array.hpp
M be/src/thirdparty/datasketches/HllArray-internal.hpp
M be/src/thirdparty/datasketches/HllArray.hpp
M be/src/thirdparty/datasketches/HllSketch-internal.hpp
M be/src/thirdparty/datasketches/HllSketchImpl.hpp
M be/src/thirdparty/datasketches/HllSketchImplFactory.hpp
M be/src/thirdparty/datasketches/HllUnion-internal.hpp
M be/src/thirdparty/datasketches/HllUtil.hpp
M be/src/thirdparty/datasketches/MurmurHash3.h
M be/src/thirdparty/datasketches/README.md
M be/src/thirdparty/datasketches/RelativeErrorTables.hpp
A be/src/thirdparty/datasketches/bounds_on_ratios_in_sampled_sets.hpp
A be/src/thirdparty/datasketches/bounds_on_ratios_in_theta_sketched_sets.hpp
M be/src/thirdparty/datasketches/cpc_common.hpp
M be/src/thirdparty/datasketches/cpc_compressor.hpp
M be/src/thirdparty/datasketches/cpc_compressor_impl.hpp
M be/src/thirdparty/datasketches/cpc_sketch.hpp
M be/src/thirdparty/datasketches/cpc_sketch_impl.hpp
M be/src/thirdparty/datasketches/cpc_union.hpp
M be/src/thirdparty/datasketches/cpc_union_impl.hpp
M be/src/thirdparty/datasketches/cpc_util.hpp
M be/src/thirdparty/datasketches/hll.hpp
M be/src/thirdparty/datasketches/icon_estimator.hpp
M be/src/thirdparty/datasketches/kll_quantile_calculator.hpp
M be/src/thirdparty/datasketches/kll_quantile_calculator_impl.hpp
M be/src/thirdparty/datasketches/kll_sketch.hpp
M be/src/thirdparty/datasketches/kll_sketch_impl.hpp
M be/src/thirdparty/datasketches/memory_operations.hpp
M be/src/thirdparty/datasketches/theta_a_not_b.hpp
M be/src/thirdparty/datasketches/theta_a_not_b_impl.hpp
A be/src/thirdparty/datasketches/theta_comparators.hpp
A be/src/thirdparty/datasketches/theta_constants.hpp
A be/src/thirdparty/datasketches/theta_helpers.hpp
M be/src/thirdparty/datasketches/theta_intersection.hpp
A be/src/thirdparty/datasketches/theta_intersection_base.hpp
A be/src/thirdparty/datasketches/theta_intersection_base_impl.hpp
M be/src/thirdparty/datasketches/theta_intersection_impl.hpp
A be/src/thirdparty/datasketches/theta_jaccard_similarity.hpp
A be/src/thirdparty/datasketches/theta_jaccard_similarity_base.hpp
A be/src/thirdparty/datasketches/theta_set_difference_base.hpp
A be/src/thirdparty/datasketches/theta_set_difference_base_impl.hpp
M be/src/thirdparty/datasketches/theta_sketch.hpp
M be/src/thirdparty/datasketches/theta_sketch_impl.hpp
M be/src/thirdparty/datasketches/theta_union.hpp
A be/src/thirdparty/datasketches/theta_union_base.hpp
A be/src/thirdparty/datasketches/theta_union_base_impl.hpp
M be/src/thirdparty/datasketches/theta_union_impl.hpp
A be/src/thirdparty/datasketches/theta_update_sketch_base.hpp
A be/src/thirdparty/datasketches/theta_update_sketch_base_impl.hpp
M be/src/thirdparty/datasketches/u32_table.hpp
M be/src/thirdparty/datasketches/u32_table_impl.hpp
65 files changed, 2,640 insertions(+), 1,867 deletions(-)



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

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I37622a7643d015b80f55b802421eae826aa7a4f9
Gerrit-Change-Number: 17294
Gerrit-PatchSet: 2
Gerrit-Owner: Fucun Chu 
Gerrit-Reviewer: Gabor Kaszab 
Gerrit-Reviewer: Impala Public Jenkins