WillAyd commented on code in PR #908:
URL: https://github.com/apache/arrow-adbc/pull/908#discussion_r1277578933


##########
c/driver/postgresql/statement.cc:
##########
@@ -426,6 +430,23 @@ struct BindStream {
               std::memcpy(param_values[col], &value, sizeof(int64_t));
               break;
             }
+            case ArrowType::NANOARROW_TYPE_INTERVAL_MONTH_DAY_NANO: {
+              const auto buf =

Review Comment:
   One thing that is missing from 
https://github.com/apache/arrow-nanoarrow/pull/258/files is a 
`ArrowArrayViewGetIntervalUnsafe` function, which would help both here and in 
the test



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