codephage2020 commented on code in PR #8233:
URL: https://github.com/apache/arrow-rs/pull/8233#discussion_r2306626415


##########
parquet-variant-compute/src/cast_to_variant.rs:
##########
@@ -51,67 +51,147 @@ fn convert_timestamp(
     time_zone: &Option<Arc<str>>,
     input: &dyn Array,
     builder: &mut VariantArrayBuilder,
-) {
+    strict: bool,
+) -> Result<(), ArrowError> {

Review Comment:
   Good catch!  ~~Maybe we can implement it in other PR.~~
   Done.



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