pgwhalen opened a new issue, #40893: URL: https://github.com/apache/arrow/issues/40893
### Describe the bug, including details regarding any error messages, version, and platform. I built a FlightSQL server using DataFusion and noticed that using interval math in certain queries returns the newer MonthDayNanoInterval type, which resulted in [this UnsupportedOperationException](https://github.com/apache/arrow/blob/96f686b81ba148f4d434846f0b9e161c538f131d/java/flight/flight-sql-jdbc-core/src/main/java/org/apache/arrow/driver/jdbc/accessor/ArrowFlightJdbcAccessorFactory.java#L204) getting thrown when running those queries. I will follow up with a PR to add support. ### Component(s) FlightRPC, Java -- 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]
