Jackie-Jiang commented on a change in pull request #6721: URL: https://github.com/apache/incubator-pinot/pull/6721#discussion_r606484228
########## File path: docs/customizations.rst ########## @@ -73,7 +73,7 @@ You can also write your own by implementing the ``org.apache.pinot.controller.he 6. Data partitioning strategies ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -We have various algorithms to partition data during segment creation, as listed under the interface `PartitionFunction <https://github.com/apache/incubator-pinot/blob/master/pinot-core/src/main/java/org/apache/pinot/core/data/partition/PartitionFunction.java>`_. No partitioning is done by default. You can write your own partitioning function by implementing the interface for ``org.apache.pinot.core.data.partition.PartitionFunction``. The partitioning function can be configured on the required columns in the table config as +We have various algorithms to partition data during segment creation, as listed under the interface `PartitionFunction <https://github.com/apache/incubator-pinot/blob/master/pinot-core/src/main/java/org/apache/pinot/core/data/partition/PartitionFunction.java>`_. No partitioning is done by default. You can write your own partitioning function by implementing the interface for ``org.apache.pinot.query.spi.PartitionFunction``. The partitioning function can be configured on the required columns in the table config as Review comment: `org.apache.pinot.segment.spi.partition.PartitionFunction` -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
