Marcelo Vanzin created SPARK-19137:
--------------------------------------
Summary: Garbage left in source tree after SQL tests are run
Key: SPARK-19137
URL: https://issues.apache.org/jira/browse/SPARK-19137
Project: Spark
Issue Type: Bug
Components: SQL, Tests
Affects Versions: 2.2.0
Reporter: Marcelo Vanzin
Priority: Minor
Don't know when this started, but after I run tests in sbt I'm left with
garbage files in my source repo:
{noformat}
Untracked files:
(use "git add <file>..." to include in what will be committed)
sql/core/%253Cundefined%253E/
sql/core/%3Cundefined%3E/
{noformat}
Tests should always write things under the "target" directory so that it gets
automatically ignored by git and cleaned up by "sbt/mvn clean."
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]