Details
-
Bug
-
Status: Resolved
-
P2
-
Resolution: Fixed
-
None
-
None
Description
ParquetIO.Parse currently does not support a Hadoop configuration.
Although it is possible to set the configuration object, it is ignored later on. Parse delegates to ParseFiles, but misses to pass the configuration object here. Therefore, config is lost.
Workaround:
Use ParseFiles directly by unrolling Parse.expand implementation.