Dilip Biswal created SPARK-27445:
------------------------------------

             Summary: Update SQLQueryTestSuite to process files ending with 
`.sql`
                 Key: SPARK-27445
                 URL: https://issues.apache.org/jira/browse/SPARK-27445
             Project: Spark
          Issue Type: Bug
          Components: SQL
    Affects Versions: 2.4.1
            Reporter: Dilip Biswal


While using vi or vim to edit the test files the .swp or .swo files are created 
and attempt to run the test suite in the presence of these files causes errors 
like below :

{code}
info] - subquery/exists-subquery/.exists-basic.sql.swp *** FAILED *** (117 
milliseconds)
[info] java.io.FileNotFoundException: 
/Users/dbiswal/mygit/apache/spark/sql/core/target/scala-2.12/test-classes/sql-tests/results/subquery/exists-subquery/.exists-basic.sql.swp.out
 (No such file or directory)
[info] at java.io.FileInputStream.open0(Native Method)
[info] at java.io.FileInputStream.open(FileInputStream.java:195)
[info] at java.io.FileInputStream.<init>(FileInputStream.java:138)
[info] at 
org.apache.spark.sql.catalyst.util.package$.fileToString(package.scala:49)
[info] at 
org.apache.spark.sql.SQLQueryTestSuite.runQueries(SQLQueryTestSuite.scala:247)
[info] at 
org.apache.spark.sql.SQLQueryTestSuite.$anonfun$runTest$11(SQLQueryTestSuite.scala:192)
```
{code}

While computing the list of test files to process, only consider files with 
`.sql` extension. This makes sure the unwanted temp files created from various 
editors are ignored from processing.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to