anthonylouisbsb commented on a change in pull request #11259:
URL: https://github.com/apache/arrow/pull/11259#discussion_r717822298



##########
File path: cpp/src/gandiva/precompiled/timestamp_arithmetic.cc
##########
@@ -17,6 +17,7 @@
 
 #include "./epoch_time_point.h"
 
+static int days_in_a_month[] = {31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 
31};

Review comment:
       @cpcloud I applied your suggestion in that commit 
https://github.com/apache/arrow/pull/11259/commits/56b5ed615754bb222410f578af8c7c4e72a2ed7f
 check if it is good




-- 
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]


Reply via email to