You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Dongjoon Hyun (JIRA)" <ji...@apache.org> on 2019/04/11 21:53:00 UTC

[jira] [Resolved] (SPARK-27445) Update SQLQueryTestSuite to process files ending with `.sql`

     [ https://issues.apache.org/jira/browse/SPARK-27445?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dongjoon Hyun resolved SPARK-27445.
-----------------------------------
       Resolution: Fixed
         Assignee: Dilip Biswal
    Fix Version/s: 3.0.0

This is resolved via https://github.com/apache/spark/pull/24333

> 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
>            Assignee: Dilip Biswal
>            Priority: Minor
>             Fix For: 3.0.0
>
>
> 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-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org