You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sedona.apache.org by "Kengo Seki (Jira)" <ji...@apache.org> on 2022/09/05 00:38:00 UTC

[jira] [Created] (SEDONA-160) Fix geoparquetIOTests.scala to cleanup after test

Kengo Seki created SEDONA-160:
---------------------------------

             Summary: Fix geoparquetIOTests.scala to cleanup after test
                 Key: SEDONA-160
                 URL: https://issues.apache.org/jira/browse/SEDONA-160
             Project: Apache Sedona
          Issue Type: Improvement
            Reporter: Kengo Seki


Currently, some output files are left after running geoparquetIOTests.

{code}
$ git status 
On branch master
Your branch is up to date with 'origin/master'.

nothing to commit, working tree clean
$ mvn clean test -pl sql -am

...

[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  03:56 min
[INFO] Finished at: 2022-09-05T09:16:52+09:00
[INFO] ------------------------------------------------------------------------
$ git status 
On branch master
Your branch is up to date with 'origin/master'.

Untracked files:
  (use "git add <file>..." to include in what will be committed)
	core/src/test/resources/geoparquet/geoparquet_output/

nothing added to commit but untracked files present (use "git add" to track)
{code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)