mapleFU commented on issue #39489: URL: https://github.com/apache/arrow/issues/39489#issuecomment-1879993475
@joellubi I found this is only called in the code path below: ``` FromInt64Statistics/GetArrowType - FromInt64 -- MakeArrowTimestamp ``` I guess this will not frequently call in code path, because: 1. `FromInt64Statistics` is used for filtering, and this might making filtering invalid 2. `GetArrowType` is harmful, but if the type is annotated, it might not use this? -- 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]
