You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@impala.apache.org by "Fucun Chu (Code Review)" <ge...@cloudera.org> on 2021/06/06 02:11:18 UTC

[Impala-ASF-CR] IMPALA-10717: Import Tuple functionality from DataSketches

Fucun Chu has uploaded this change for review. ( http://gerrit.cloudera.org:8080/17515


Change subject: IMPALA-10717: Import Tuple functionality from DataSketches
......................................................................

IMPALA-10717: Import Tuple functionality from DataSketches

This patch imports the functionality needed for Tuple approximate
algorithm from Apache DataSketches. I decided to copy the necessary
files into be/src/thirdparty/datasketches.

Browse the source files here:
https://github.com/apache/datasketches-cpp/tree/3.0.0

Change-Id: If14fc224ee5e767054020c0efcc25e57289f8ac3
---
M be/src/exprs/CMakeLists.txt
M be/src/exprs/datasketches-test.cc
M be/src/thirdparty/datasketches/README.md
A be/src/thirdparty/datasketches/array_of_doubles_a_not_b.hpp
A be/src/thirdparty/datasketches/array_of_doubles_a_not_b_impl.hpp
A be/src/thirdparty/datasketches/array_of_doubles_intersection.hpp
A be/src/thirdparty/datasketches/array_of_doubles_intersection_impl.hpp
A be/src/thirdparty/datasketches/array_of_doubles_sketch.hpp
A be/src/thirdparty/datasketches/array_of_doubles_sketch_impl.hpp
A be/src/thirdparty/datasketches/array_of_doubles_union.hpp
A be/src/thirdparty/datasketches/array_of_doubles_union_impl.hpp
A be/src/thirdparty/datasketches/tuple_a_not_b.hpp
A be/src/thirdparty/datasketches/tuple_a_not_b_impl.hpp
A be/src/thirdparty/datasketches/tuple_intersection.hpp
A be/src/thirdparty/datasketches/tuple_intersection_impl.hpp
A be/src/thirdparty/datasketches/tuple_jaccard_similarity.hpp
A be/src/thirdparty/datasketches/tuple_sketch.hpp
A be/src/thirdparty/datasketches/tuple_sketch_impl.hpp
A be/src/thirdparty/datasketches/tuple_union.hpp
A be/src/thirdparty/datasketches/tuple_union_impl.hpp
20 files changed, 2,298 insertions(+), 3 deletions(-)



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

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: If14fc224ee5e767054020c0efcc25e57289f8ac3
Gerrit-Change-Number: 17515
Gerrit-PatchSet: 2
Gerrit-Owner: Fucun Chu <ch...@hotmail.com>
Gerrit-Reviewer: Gabor Kaszab <ga...@cloudera.com>
Gerrit-Reviewer: Impala Public Jenkins <im...@cloudera.com>

[Impala-ASF-CR] IMPALA-10717: Import Tuple functionality from DataSketches

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

Change subject: IMPALA-10717: Import Tuple functionality from DataSketches
......................................................................


Patch Set 2:

Build Successful 

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

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: If14fc224ee5e767054020c0efcc25e57289f8ac3
Gerrit-Change-Number: 17515
Gerrit-PatchSet: 2
Gerrit-Owner: Fucun Chu <ch...@hotmail.com>
Gerrit-Reviewer: Gabor Kaszab <ga...@cloudera.com>
Gerrit-Reviewer: Impala Public Jenkins <im...@cloudera.com>
Gerrit-Comment-Date: Sun, 06 Jun 2021 02:32:56 +0000
Gerrit-HasComments: No