[ 
https://issues.apache.org/jira/browse/FLINK-14238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17329659#comment-17329659
 ] 

Flink Jira Bot commented on FLINK-14238:
----------------------------------------

This issue has been labeled "stale-minor" for 7 days. It is closed now. If you 
are still affected by this or would like to raise the priority of this ticket 
please re-open, removing the label "auto-closed" and raise the ticket priority 
accordingly.

> ParquetPojoInputFormat logging bug
> ----------------------------------
>
>                 Key: FLINK-14238
>                 URL: https://issues.apache.org/jira/browse/FLINK-14238
>             Project: Flink
>          Issue Type: Bug
>          Components: Formats (JSON, Avro, Parquet, ORC, SequenceFile)
>    Affects Versions: 1.9.0
>            Reporter: John Lonergan
>            Priority: Minor
>              Labels: stale-minor
>
> Line 64: LOG.error("Fields number is %d", getFieldNames().length);
> Generates a bunch of spurious error logging.
> It is a coding error
> - should probably have been trace but ...
> - is actually a coding error as "%d" isn't a valid format for the logger so 
> we never see the length
> Recommend - This line should be deleted.
> https://github.com/apache/flink/blob/d015ce7a3b86a529f4db79ed8ac8dbe28c62d6b8/flink-formats/flink-parquet/src/main/java/org/apache/flink/formats/parquet/ParquetPojoInputFormat.java#L64



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to