wangyum commented on pull request #857: URL: https://github.com/apache/parquet-mr/pull/857#issuecomment-767180694
@bbraams I read a outdate document: http://mail-archives.apache.org/mod_mbox/parquet-dev/201906.mbox/%3cjira.13233926.1558083819000.446944.1560276180...@atlassian.jira%3E Both read and write are false: ``` ### Documentation The feature is feature flagged and is disabled by default. Both writing out checksums and verifying them on the read path can be turned on individually, via the following two new config flags: * `parquet.page.write-checksum.enabled` (default: false) * `parquet.page.verify-checksum.enabled` (default: false) ``` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
