alamb commented on code in PR #7743:
URL: https://github.com/apache/arrow-datafusion/pull/7743#discussion_r1349747256


##########
datafusion/core/src/datasource/listing/table.rs:
##########
@@ -907,17 +907,19 @@ impl TableProvider for ListingTable {
                     "Cannot insert into a sorted ListingTable with mode 
append!".into(),
                 ));
             }
+            // Multiple sort orders in outer vec are equivalent, so we pass 
only the first one

Review Comment:
   👍 



##########
datafusion/core/src/datasource/listing/table.rs:
##########
@@ -907,17 +907,19 @@ impl TableProvider for ListingTable {
                     "Cannot insert into a sorted ListingTable with mode 
append!".into(),
                 ));
             }
+            // Multiple sort orders in outer vec are equivalent, so we pass 
only the first one

Review Comment:
   👍 



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