alamb commented on code in PR #2500:
URL: https://github.com/apache/arrow-datafusion/pull/2500#discussion_r869287785
##########
datafusion/core/tests/sql/select.rs:
##########
@@ -639,7 +639,7 @@ async fn query_nested_get_indexed_field_on_struct() ->
Result<()> {
ctx.register_table("structs", table_a)?;
// Original column is micros, convert to millis and check timestamp
- let sql = "SELECT some_struct[\"bar\"] as l0 FROM structs LIMIT 3";
+ let sql = "SELECT some_struct['bar'] as l0 FROM structs LIMIT 3";
Review Comment:
See
https://github.com/apache/arrow-datafusion/pull/2500#discussion_r869250295 for
an explanation of this change
--
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]