yihua commented on code in PR #9056: URL: https://github.com/apache/hudi/pull/9056#discussion_r1335247098
########## website/docs/configurations.md: ########## @@ -21,6 +21,7 @@ It helps to have a central configuration file for your common cross job configur By default, Hudi would load the configuration file under `/etc/hudi/conf` directory. You can specify a different configuration directory location by setting the `HUDI_CONF_DIR` environment variable. - [**Spark Datasource Configs**](#SPARK_DATASOURCE): These configs control the Hudi Spark Datasource, providing ability to define keys/partitioning, pick out the write operation, specify how to merge records or choosing query type to read. +- [**Parquet Configs**](#PARQUET_CONFIG): These configs makes it possible to bring native parquet features Review Comment: The `configurations.md` is automatically generated by `https://github.com/apache/hudi/tree/asf-site/hudi-utils` so let's avoid changing this page directly. ########## website/docs/parquet_bloom.md: ########## @@ -0,0 +1,74 @@ +--- +title: Parquet Bloom Filters Review Comment: Does this new page show up in the sidebar? -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
