Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
In TestHoodieDeltaStreamer,
PARQUET_SOURCE_ROOT gets initialised even before function annotated with @BeforeClass gets called as below -
private static final String PARQUET_SOURCE_ROOT = dfsBasePath + "/parquetFiles";
At this point, dfsBasePath variable is null and as a result, parquet files get created on local FS which need to be cleared manually after testing. This needs to be rectified.
Attachments
Issue Links
- links to