augustoasilva commented on a change in pull request #11551: URL: https://github.com/apache/arrow/pull/11551#discussion_r743327028
########## File path: cpp/src/gandiva/gdv_function_stubs_test.cc ########## @@ -766,4 +766,40 @@ TEST(TestGdvFnStubs, TestCastVarbinaryFloat8) { ctx.Reset(); } +TEST(TestGdvFnStubs, TestMaskFirstN) { Review comment: If it passes a negative number, it will threat it as a positive number, so I did the handling of the negative number on the function -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org