cetra3 commented on code in PR #14783: URL: https://github.com/apache/datafusion/pull/14783#discussion_r1967123333
########## datafusion/sql/src/unparser/expr.rs: ########## @@ -1586,7 +1586,7 @@ impl Unparser<'_> { not_impl_err!("Unsupported DataType: conversion: {data_type:?}") } DataType::Interval(_) => { - not_impl_err!("Unsupported DataType: conversion: {data_type:?}") + Ok(ast::DataType::Interval) Review Comment: I've added this as well, it seems to be a bit of a trivial conversion so not sure a test is warranted -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org