Johnnathan Rodrigo Pego de Almeida created ARROW-16136:
----------------------------------------------------------
Summary: [Gandiva][C++] Fix problem of the huge size of
AddMappings function
Key: ARROW-16136
URL: https://issues.apache.org/jira/browse/ARROW-16136
Project: Apache Arrow
Issue Type: Bug
Components: C++ - Gandiva
Reporter: Johnnathan Rodrigo Pego de Almeida
The method that add the stubs functions in Gandiva to be exported is huge and
it is leading to some errors in the repository’s lint builds in CI, as it
showed here: [ARROW-15661: [Gandiva][C++] Add SHA512 function ·
apache/arrow@dbc615a|https://github.com/apache/arrow/runs/5532621946?check_suite_focus=true]
It is necessary to break that method in smaller components or disable the lint
verification for this specific file.
That error blocks the addition of new functions that must be created in stubs
files.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)