[Measures] fixed issue

This commit is contained in:
Miriam Baglioni 2022-04-20 16:20:40 +02:00
parent 5feae77937
commit 5295effc96
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ public class SparkAtomicActionUsageJob implements Serializable {
isSparkSessionManaged,
spark -> {
removeOutputDir(spark, outputPath);
prepareResults(dbname, spark, outputPath);
prepareResults(dbname, spark, workingPath);
prepareActionSet(spark, workingPath, outputPath);
});
}