jayzhan211 commented on code in PR #6936:
URL: https://github.com/apache/arrow-datafusion/pull/6936#discussion_r1278504056


##########
datafusion/core/tests/sql/select.rs:
##########
@@ -96,13 +94,11 @@ async fn query_nested_get_indexed_field() -> Result<()> {
     let sql = "SELECT some_list[1] as i0 FROM ints LIMIT 3";
     let actual = execute_to_batches(&ctx, sql).await;
     let expected = vec![
-        "+----------+",
-        "| i0       |",
-        "+----------+",
-        "| [0, 1]   |",
-        "| [5, 6]   |",
-        "| [11, 12] |",
-        "+----------+",
+        "+--------+",
+        "| i0     |",
+        "+--------+",
+        "| [0, 1] |",

Review Comment:
   Not sure why only one left.



-- 
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]

Reply via email to