jvictorhuguenin commented on a change in pull request #10464:
URL: https://github.com/apache/arrow/pull/10464#discussion_r664852405
##########
File path: cpp/src/gandiva/hash_utils.h
##########
@@ -33,10 +33,14 @@ const char* gdv_hash_using_sha1(int64_t context, const
void* message,
size_t message_length, int32_t* out_length);
GANDIVA_EXPORT
-const char* gdv_hash_using_sha(int64_t context, const void* message,
+const char* gdv_hash_using_ssl(int64_t context, const void* message,
Review comment:
Makes sense, already applied changes
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]