You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2019/04/29 11:49:24 UTC

[GitHub] [spark] gaborgsomogyi opened a new pull request #24488: [SPARK-27580][SQL][FOLLOWUP] Scalastyle fix

gaborgsomogyi opened a new pull request #24488: [SPARK-27580][SQL][FOLLOWUP] Scalastyle fix
URL: https://github.com/apache/spark/pull/24488
 
 
   ## What changes were proposed in this pull request?
   
   The PR builder died with the following error:
   ```
   [error] /home/jenkins/workspace/SparkPullRequestBuilder/sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/v2/FileScan.scala:29:0: org.apache.spark.sql.sources.Filter is in wrong order relative to org.apache.spark.sql.sources.v2.reader..
   ```
   
   In this PR I've switched the problematic + removed the unnecessary imports.
   
   ## How was this patch tested?
   
   Existing tests.
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org