You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/05/12 14:28:15 UTC

[GitHub] [arrow] anthonylouisbsb commented on a change in pull request #10068: ARROW-12422: [C++][Gandiva] Add castVARCHAR from date millis function

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



##########
File path: cpp/src/gandiva/gdv_function_stubs.cc
##########
@@ -381,6 +381,7 @@ CAST_NUMERIC_FROM_STRING(double, arrow::DoubleType, FLOAT8)
 
 GDV_FN_CAST_VARCHAR_INTEGER(int32, Int32Type)
 GDV_FN_CAST_VARCHAR_INTEGER(int64, Int64Type)
+GDV_FN_CAST_VARCHAR_INTEGER(date64, Date64Type)

Review comment:
       The suggested changes were applied




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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org