Blizzara commented on code in PR #12112:
URL: https://github.com/apache/datafusion/pull/12112#discussion_r1818222135
##########
datafusion/substrait/src/logical_plan/producer.rs:
##########
@@ -2310,39 +2306,6 @@ mod test {
Ok(())
}
- #[test]
- fn custom_type_literal_extensions() -> Result<()> {
Review Comment:
sadly as we no longer produce custom types, there's no easy way to test for
them either :/
maybe if we one day implement some UDT support then that can be used for
testing here instead. But for now there's no good replacement.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]