You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2022/04/03 06:29:35 UTC

[GitHub] [pinot] kmozaid edited a comment on pull request #8255: Added multi column partitioning for offline table

kmozaid edited a comment on pull request #8255:
URL: https://github.com/apache/pinot/pull/8255#issuecomment-1086786555


   There are three other places where multicolumn partitioning config is not allowed.
   
   1. `PinotLLCRealtimeSegmentManager.getPartitionMetadataFromTableConfig:710`
   2. `LLRealtimeSegmentDataManager.setPartitionParameters:1425`
   3. `PinotHadoopJobLauncher:HadoopSegmentPreprocessingJob.fetchPartitioningConfig:153`
   
   This feature is NOT support by REALTIME tables so first 2 checks are still valid. The last one is specific to Hadoop pre processing job, I think we can skip for this feature as we don't really support `BoundedColumnValue` partitioner for hadoop;s job (https://github.com/apache/pinot/blob/master/pinot-plugins/pinot-batch-ingestion/v0_deprecated/pinot-hadoop/src/main/java/org/apache/pinot/hadoop/job/partitioners/PartitionFunctionFactory.java#L78). It is deprecated too.


-- 
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: commits-unsubscribe@pinot.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org