AbsaOSS / hyperdrive

Extensible streaming ingestion pipeline on top of Apache Spark
Apache License 2.0
44 stars 13 forks source link

Refactor TempDir #58

Closed kevinwallimann closed 4 years ago

kevinwallimann commented 4 years ago

za.co.absa.hyperdrive.testutils.TempDir may be refactored easily with Files.createTempDir.

Consider using commons.io.TempDirectory from absa-commons instead of TempDir and Files.createTempDir