alamb commented on code in PR #13859:
URL: https://github.com/apache/datafusion/pull/13859#discussion_r1894534570
##########
datafusion/sql/src/expr/value.rs:
##########
@@ -169,7 +169,7 @@ impl<S: ContextProvider> SqlToRel<'_, S> {
}
}
- internal_err!("Expected a simplified result, but none was found")
+ not_impl_err!("Could not plan array literal. Hint: is
`nested_expressions` DataFusion feature selected?")
Review Comment:
That is a good call -- thank you @comphead
--
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]