Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
I'm learning the source code of parquet-mr recently, and I found the following phenomena in my IDE, the IDE can not find the class `IncrementallyUpdatedFilterPredicateBuilder`:
After investigation, I found that the class `IncrementalUpdatedFilterPredicteBuilder` was automatically generated. In order for IDE to find this class, we need to add a `build-helper-maven-plugin` for `parquet-column` module, to add the generated class into build path.
`parquet-common` and `parquet-encoding` modules have the same problem.
Attachments
Attachments
Issue Links
- links to