comphead commented on code in PR #13859:
URL: https://github.com/apache/datafusion/pull/13859#discussion_r1894198442
##########
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:
I would say this question it is not clear a little bit. `nested_expressions`
DataFusion feature selected - is it cause of issue or solution?
```suggestion
not_impl_err!("Could not plan array literal. Hint: Please try with
`nested_expressions` DataFusion feature enabled")
```
--
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]