[GitHub] [incubator-pinot] npawar commented on a change in pull request #5934: Segment processing framework

2020-09-15 Thread GitBox
npawar commented on a change in pull request #5934: URL: https://github.com/apache/incubator-pinot/pull/5934#discussion_r488812749 ## File path: pinot-core/src/main/java/org/apache/pinot/core/segment/processing/utils/SegmentProcessorUtils.java ## @@ -0,0 +1,113 @@ +/** + *

[GitHub] [incubator-pinot] npawar commented on a change in pull request #5934: Segment processing framework

2020-09-15 Thread GitBox
npawar commented on a change in pull request #5934: URL: https://github.com/apache/incubator-pinot/pull/5934#discussion_r488812122 ## File path: pinot-core/src/main/java/org/apache/pinot/core/segment/processing/framework/SegmentMapper.java ## @@ -0,0 +1,148 @@ +/** + *

[GitHub] [incubator-pinot] npawar commented on a change in pull request #5934: Segment processing framework

2020-09-14 Thread GitBox
npawar commented on a change in pull request #5934: URL: https://github.com/apache/incubator-pinot/pull/5934#discussion_r488326079 ## File path: pinot-core/src/main/java/org/apache/pinot/core/segment/processing/partitioner/PartitionerFactory.java ## @@ -0,0 +1,82 @@ +/** + *

[GitHub] [incubator-pinot] npawar commented on a change in pull request #5934: Segment processing framework

2020-09-14 Thread GitBox
npawar commented on a change in pull request #5934: URL: https://github.com/apache/incubator-pinot/pull/5934#discussion_r488325887 ## File path: pinot-core/src/main/java/org/apache/pinot/core/segment/processing/utils/SegmentProcessorUtils.java ## @@ -0,0 +1,113 @@ +/** + *

[GitHub] [incubator-pinot] npawar commented on a change in pull request #5934: Segment processing framework

2020-09-10 Thread GitBox
npawar commented on a change in pull request #5934: URL: https://github.com/apache/incubator-pinot/pull/5934#discussion_r486700161 ## File path: pinot-core/src/main/java/org/apache/pinot/core/segment/processing/framework/SegmentProcessorFramework.java ## @@ -0,0 +1,194 @@

[GitHub] [incubator-pinot] npawar commented on a change in pull request #5934: Segment processing framework

2020-09-10 Thread GitBox
npawar commented on a change in pull request #5934: URL: https://github.com/apache/incubator-pinot/pull/5934#discussion_r486699922 ## File path: pinot-core/src/main/java/org/apache/pinot/core/segment/processing/framework/SegmentProcessorConfig.java ## @@ -0,0 +1,181 @@ +/** +

[GitHub] [incubator-pinot] npawar commented on a change in pull request #5934: Segment processing framework

2020-09-10 Thread GitBox
npawar commented on a change in pull request #5934: URL: https://github.com/apache/incubator-pinot/pull/5934#discussion_r486692906 ## File path: pinot-core/src/main/java/org/apache/pinot/core/segment/processing/partitioner/TableConfigPartitioner.java ## @@ -0,0 +1,45 @@ +/**

[GitHub] [incubator-pinot] npawar commented on a change in pull request #5934: Segment processing framework

2020-09-10 Thread GitBox
npawar commented on a change in pull request #5934: URL: https://github.com/apache/incubator-pinot/pull/5934#discussion_r486690778 ## File path: pinot-core/src/main/java/org/apache/pinot/core/segment/processing/partitioner/ColumnValuePartitioner.java ## @@ -0,0 +1,39 @@ +/**

[GitHub] [incubator-pinot] npawar commented on a change in pull request #5934: Segment processing framework

2020-09-10 Thread GitBox
npawar commented on a change in pull request #5934: URL: https://github.com/apache/incubator-pinot/pull/5934#discussion_r486683841 ## File path: pinot-core/src/main/java/org/apache/pinot/core/segment/processing/partitioner/NoOpPartitioner.java ## @@ -0,0 +1,32 @@ +/** + *

[GitHub] [incubator-pinot] npawar commented on a change in pull request #5934: Segment processing framework

2020-09-10 Thread GitBox
npawar commented on a change in pull request #5934: URL: https://github.com/apache/incubator-pinot/pull/5934#discussion_r486683505 ## File path: pinot-core/src/main/java/org/apache/pinot/core/segment/processing/collector/RollupCollector.java ## @@ -0,0 +1,159 @@ +/** + *

[GitHub] [incubator-pinot] npawar commented on a change in pull request #5934: Segment processing framework

2020-09-10 Thread GitBox
npawar commented on a change in pull request #5934: URL: https://github.com/apache/incubator-pinot/pull/5934#discussion_r486677843 ## File path: pinot-core/src/main/java/org/apache/pinot/core/segment/processing/collector/Collector.java ## @@ -0,0 +1,55 @@ +/** + * Licensed to

[GitHub] [incubator-pinot] npawar commented on a change in pull request #5934: Segment processing framework

2020-09-10 Thread GitBox
npawar commented on a change in pull request #5934: URL: https://github.com/apache/incubator-pinot/pull/5934#discussion_r486676878 ## File path: pinot-core/src/main/java/org/apache/pinot/core/segment/processing/utils/SegmentProcessorUtils.java ## @@ -0,0 +1,113 @@ +/** + *

[GitHub] [incubator-pinot] npawar commented on a change in pull request #5934: Segment processing framework

2020-09-10 Thread GitBox
npawar commented on a change in pull request #5934: URL: https://github.com/apache/incubator-pinot/pull/5934#discussion_r486673217 ## File path: pinot-core/src/main/java/org/apache/pinot/core/segment/processing/framework/SegmentProcessorConfig.java ## @@ -0,0 +1,181 @@ +/** +

[GitHub] [incubator-pinot] npawar commented on a change in pull request #5934: Segment processing framework

2020-09-10 Thread GitBox
npawar commented on a change in pull request #5934: URL: https://github.com/apache/incubator-pinot/pull/5934#discussion_r486672513 ## File path: pinot-core/src/main/java/org/apache/pinot/core/segment/processing/collector/CollectorConfig.java ## @@ -0,0 +1,103 @@ +/** + *

[GitHub] [incubator-pinot] npawar commented on a change in pull request #5934: Segment processing framework

2020-09-10 Thread GitBox
npawar commented on a change in pull request #5934: URL: https://github.com/apache/incubator-pinot/pull/5934#discussion_r486657189 ## File path: pinot-core/src/main/java/org/apache/pinot/core/segment/processing/collector/ValueAggregator.java ## @@ -16,7 +16,7 @@ * specific

[GitHub] [incubator-pinot] npawar commented on a change in pull request #5934: Segment processing framework

2020-09-04 Thread GitBox
npawar commented on a change in pull request #5934: URL: https://github.com/apache/incubator-pinot/pull/5934#discussion_r483876019 ## File path: pinot-core/src/main/java/org/apache/pinot/core/segment/processing/framework/SegmentReducer.java ## @@ -0,0 +1,151 @@ +/** + *

[GitHub] [incubator-pinot] npawar commented on a change in pull request #5934: Segment processing framework

2020-09-04 Thread GitBox
npawar commented on a change in pull request #5934: URL: https://github.com/apache/incubator-pinot/pull/5934#discussion_r483874738 ## File path: pinot-core/src/main/java/org/apache/pinot/core/segment/processing/partitioner/PartitionerFactory.java ## @@ -0,0 +1,82 @@ +/** + *

[GitHub] [incubator-pinot] npawar commented on a change in pull request #5934: Segment processing framework

2020-09-01 Thread GitBox
npawar commented on a change in pull request #5934: URL: https://github.com/apache/incubator-pinot/pull/5934#discussion_r481533201 ## File path: pinot-core/src/main/java/org/apache/pinot/core/segment/processing/collector/Collector.java ## @@ -0,0 +1,50 @@ +/** + * Licensed to

[GitHub] [incubator-pinot] npawar commented on a change in pull request #5934: Segment processing framework

2020-09-01 Thread GitBox
npawar commented on a change in pull request #5934: URL: https://github.com/apache/incubator-pinot/pull/5934#discussion_r481532460 ## File path: pinot-core/src/main/java/org/apache/pinot/core/segment/processing/collector/RollupCollector.java ## @@ -0,0 +1,138 @@ +/** + *

[GitHub] [incubator-pinot] npawar commented on a change in pull request #5934: Segment processing framework

2020-09-01 Thread GitBox
npawar commented on a change in pull request #5934: URL: https://github.com/apache/incubator-pinot/pull/5934#discussion_r481519977 ## File path: pinot-core/src/main/java/org/apache/pinot/core/segment/processing/framework/SegmentReducer.java ## @@ -0,0 +1,151 @@ +/** + *

[GitHub] [incubator-pinot] npawar commented on a change in pull request #5934: Segment processing framework

2020-09-01 Thread GitBox
npawar commented on a change in pull request #5934: URL: https://github.com/apache/incubator-pinot/pull/5934#discussion_r481517602 ## File path: pinot-core/src/main/java/org/apache/pinot/core/segment/processing/partitioner/PartitionerFactory.java ## @@ -0,0 +1,82 @@ +/** + *

[GitHub] [incubator-pinot] npawar commented on a change in pull request #5934: Segment processing framework

2020-09-01 Thread GitBox
npawar commented on a change in pull request #5934: URL: https://github.com/apache/incubator-pinot/pull/5934#discussion_r481507983 ## File path: pinot-core/src/main/java/org/apache/pinot/core/segment/processing/collector/CollectorConfig.java ## @@ -0,0 +1,85 @@ +/** + *

[GitHub] [incubator-pinot] npawar commented on a change in pull request #5934: Segment processing framework

2020-09-01 Thread GitBox
npawar commented on a change in pull request #5934: URL: https://github.com/apache/incubator-pinot/pull/5934#discussion_r481506439 ## File path: pinot-core/src/main/java/org/apache/pinot/core/segment/processing/partitioner/PartitionFilter.java ## @@ -0,0 +1,30 @@ +/** + *

[GitHub] [incubator-pinot] npawar commented on a change in pull request #5934: Segment processing framework

2020-09-01 Thread GitBox
npawar commented on a change in pull request #5934: URL: https://github.com/apache/incubator-pinot/pull/5934#discussion_r481326091 ## File path: pinot-core/src/main/java/org/apache/pinot/core/segment/processing/framework/SegmentMapper.java ## @@ -0,0 +1,148 @@ +/** + *

[GitHub] [incubator-pinot] npawar commented on a change in pull request #5934: Segment processing framework

2020-08-28 Thread GitBox
npawar commented on a change in pull request #5934: URL: https://github.com/apache/incubator-pinot/pull/5934#discussion_r479439110 ## File path: pinot-core/src/main/java/org/apache/pinot/core/segment/processing/framework/SegmentMapper.java ## @@ -0,0 +1,148 @@ +/** + *

[GitHub] [incubator-pinot] npawar commented on a change in pull request #5934: Segment processing framework

2020-08-28 Thread GitBox
npawar commented on a change in pull request #5934: URL: https://github.com/apache/incubator-pinot/pull/5934#discussion_r479437446 ## File path: pinot-core/src/main/java/org/apache/pinot/core/segment/processing/transformer/TransformFunctionRecordTransformer.java ## @@ -0,0