eliaperantoni commented on code in PR #13664: URL: https://github.com/apache/datafusion/pull/13664#discussion_r1931890521
########## datafusion/common/src/column.rs: ########## @@ -18,10 +18,11 @@ //! Column use arrow_schema::{Field, FieldRef}; +use sqlparser::tokenizer::Span; Review Comment: > That being said the only alternative I have is to basically add a Span in DataFusion that is basically a copy/paste version of the one in SQLParser Did that 😊 -- 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