You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@parquet.apache.org by "wgtmac (via GitHub)" <gi...@apache.org> on 2023/04/14 02:02:54 UTC

[GitHub] [parquet-format] wgtmac commented on pull request #200: PARQUET-2271: Bump Apache POM to 29

wgtmac commented on PR #200:
URL: https://github.com/apache/parquet-format/pull/200#issuecomment-1507826471

   CI checks fail due to run javadoc on generated sources:
   ```
   Error:  Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:3.4.1:javadoc (default-cli) on project parquet-format: An error has occurred in Javadoc report generation: 
   Error:  Exit code: 1 - /home/runner/work/parquet-format/parquet-format/target/generated-sources/thrift/org/apache/parquet/format/AesGcmCtrV1.java:160: warning: no @return
   Error:    public byte[] getAad_prefix() {
   Error:                  ^
   Error:  /home/runner/work/parquet-format/parquet-format/target/generated-sources/thrift/org/apache/parquet/format/AesGcmCtrV1.java:172: warning: no @param for aad_prefix
   Error:    public AesGcmCtrV1 setAad_prefix(byte[] aad_prefix) {
   Error:                       ^
   Error:  /home/runner/work/parquet-format/parquet-format/target/generated-sources/thrift/org/apache/parquet/format/AesGcmCtrV1.java:172: warning: no @return
   Error:    public AesGcmCtrV1 setAad_prefix(byte[] aad_prefix) {
   Error:                       ^
   Error:  /home/runner/work/parquet-format/parquet-format/target/generated-sources/thrift/org/apache/parquet/format/AesGcmCtrV1.java:187: warning: no @return
   Error:    public boolean isSetAad_prefix() {
   Error:                   ^
   Error:  /home/runner/work/parquet-format/parquet-format/target/generated-sources/thrift/org/apache/parquet/format/AesGcmCtrV1.java:200: warning: no @return
   Error:    public byte[] getAad_file_unique() {
   ```
   
   Do you have any idea how to ignore them?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@parquet.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org