AbsaOSS / hyperdrive

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

Replace File with Path #98

Closed kevinwallimann closed 4 years ago

kevinwallimann commented 4 years ago

In many places, File is used instead of Path. While File is not deprecated, Path is the successor of File and should be preferred.

https://docs.oracle.com/javase/tutorial/essential/io/legacy.html