[
https://issues.apache.org/jira/browse/BEAM-5222?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17547212#comment-17547212
]
Kenneth Knowles commented on BEAM-5222:
---------------------------------------
This issue has been migrated to https://github.com/apache/beam/issues/18980
> Parquet IO position invalid when writing integers
> -------------------------------------------------
>
> Key: BEAM-5222
> URL: https://issues.apache.org/jira/browse/BEAM-5222
> Project: Beam
> Issue Type: Bug
> Components: io-java-parquet
> Reporter: George Hilios
> Priority: P3
>
> Please see
> [https://github.com/apache/beam/blob/master/sdks/java/io/parquet/src/main/java/org/apache/beam/sdk/io/parquet/ParquetIO.java#L345]
> On write(int b), position is incremented by 1. On write(byte[] b, int off,
> int len) position is incremented by the length of the byte array.
> write(int b) should increment by 4 bytes, if I'm understanding correctly.
--
This message was sent by Atlassian Jira
(v8.20.7#820007)