dongjoon-hyun commented on PR #37284:
URL: https://github.com/apache/spark/pull/37284#issuecomment-1203537156

   Hi, @cloud-fan . 
   Unfortunately, the backport commit on branch-3.3 seems to break the Scala 
style. Could you fix it in branch-3.3?
   ```
   
sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/optimizer/EliminateSortsSuite.scala:118:
   File line length exceeds 100 characters
   ```
   
   ```scala
   - val unnecessaryReordered = orderedPlan.limit(2).select('a).sortBy('a.asc, 
'b.desc_nullsFirst)
   + val unnecessaryReordered = LocalLimit(2, 
orderedPlan).select('a).sortBy('a.asc, 'b.desc_nullsFirst)
   ```


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

Reply via email to