[ 
https://issues.apache.org/jira/browse/PARQUET-2453?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Lijie Wang updated PARQUET-2453:
--------------------------------
    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`:

!image-2024-03-24-00-29-03-705.png|width=507,height=277!

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.

  was:
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`:

!image-2024-03-24-00-29-03-705.png|width=507,height=277!

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.

`parquet-common` and `parquet-encoding` modules have the same problem.


> Add build-helper-maven-plugin for parquet-column/common module
> --------------------------------------------------------------
>
>                 Key: PARQUET-2453
>                 URL: https://issues.apache.org/jira/browse/PARQUET-2453
>             Project: Parquet
>          Issue Type: Improvement
>          Components: parquet-mr
>            Reporter: Lijie Wang
>            Priority: Major
>         Attachments: image-2024-03-24-00-29-03-705.png
>
>
> 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`:
> !image-2024-03-24-00-29-03-705.png|width=507,height=277!
> 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.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to