Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
0.17.0
-
mac os x/ linux
Description
arrow's header: array.h has a function value_length(int64_t i) ...
the i is unused parameter, if i compile it with -Werror / -Wunused-parameter flag, it will get a failure.