Gabor Kaszab created IMPALA-10868:
-------------------------------------
Summary: Moving Apache Datasketches to Impala toolchain
Key: IMPALA-10868
URL: https://issues.apache.org/jira/browse/IMPALA-10868
Project: IMPALA
Issue Type: Improvement
Components: Infrastructure
Affects Versions: Impala 4.0.0
Reporter: Gabor Kaszab
Currently, Apache Datasketches library is imported to Impala by copying the
required files into a specific directory:
https://github.com/apache/impala/tree/b1ca0894462e4b9c040fda41622f8b97b1ec15e1/be/src/thirdparty/datasketches
This can be error prone when we want to upgrade the version of this library as
it requires overwriting existing files, and copying newly introduced ones
(alongside with removing the deleted ones). Additionally, in this directory in
Impala we don't keep the original directory structure of the files as they are
in Datasketches.
Consider moving Apache Datasketches to Impala toolchain.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)