projjal commented on a change in pull request #10068: URL: https://github.com/apache/arrow/pull/10068#discussion_r630842299
########## 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: maybe rename the macro to GDV_FN_CAST_VARCHAR and remove GDV_FN_CAST_VARCHAR_REAL since it seems to be doing the same thing, -- 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: us...@infra.apache.org