felipecrv commented on issue #37111: URL: https://github.com/apache/arrow/issues/37111#issuecomment-1718481743
Note that it's complaining about a comparison between microseconds and seconds `Function 'equal' has no kernel matching input types (time32[ms], time32[s])` Which is IMO a good thing because you don't want to compare different time units. You might want to round the `ms` to `s` or convert the `s` to `ms` and look for exact millisecond-precise matches. It all depends on your application and meaning of the data you have. -- 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]
