alinaliBQ commented on code in PR #48051:
URL: https://github.com/apache/arrow/pull/48051#discussion_r2501309485


##########
cpp/src/arrow/flight/sql/odbc/odbc_impl/util.cc:
##########
@@ -926,9 +934,9 @@ ArrayConvertTask GetConverter(Type::type original_type_id, 
CDataType target_type
 
       auto seconds_from_epoch = GetTodayTimeFromEpoch();
 
-      auto third_converted_array = CheckConversion(
-          arrow::compute::Add(second_converted_array,
-                              std::make_shared<Int64Scalar>(seconds_from_epoch 
* 1000)));
+      auto third_converted_array = CheckConversion(arrow::compute::Add(
+          second_converted_array,
+          std::make_shared<arrow::Int64Scalar>(seconds_from_epoch * 1000)));

Review Comment:
   Removed `arrow::` here as it is optional



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