HyukjinKwon commented on pull request #35305:
URL: https://github.com/apache/spark/pull/35305#issuecomment-1020691665
Let's get rid of unused imports though :-):
```
[error]
/__w/spark/spark/sql/core/src/main/scala/org/apache/spark/sql/execution/python/WindowInPandasExec.scala:30:54:
Unused import
[error] import org.apache.spark.sql.catalyst.plans.physical.{AllTuples,
ClusteredDistribution, Distribution, Partitioning}
[error] ^
[error]
/__w/spark/spark/sql/core/src/main/scala/org/apache/spark/sql/execution/python/WindowInPandasExec.scala:30:65:
Unused import
[error] import org.apache.spark.sql.catalyst.plans.physical.{AllTuples,
ClusteredDistribution, Distribution, Partitioning}
[error] ^
[error]
/__w/spark/spark/sql/core/src/main/scala/org/apache/spark/sql/execution/python/WindowInPandasExec.scala:30:88:
Unused import
[error] import org.apache.spark.sql.catalyst.plans.physical.{AllTuples,
ClusteredDistribution, Distribution, Partitioning}
[error]
^
[error]
/__w/spark/spark/sql/core/src/main/scala/org/apache/spark/sql/execution/python/WindowInPandasExec.scala:30:102:
Unused import
[error] import org.apache.spark.sql.catalyst.plans.physical.{AllTuples,
ClusteredDistribution, Distribution, Partitioning}
[error]
^
[error]
/__w/spark/spark/sql/core/src/main/scala/org/apache/spark/sql/execution/window/WindowExec.scala:23:53:
Unused import
[error] import org.apache.spark.sql.catalyst.plans.physical._
```
--
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]