Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / apache/incubator-retired-quickstep issues and pull requests

#298 - Prune columns after partition rule.

Pull Request - State: closed - Opened by zuyu over 7 years ago - 1 comment

#298 - Prune columns after partition rule.

Pull Request - State: closed - Opened by zuyu over 7 years ago - 1 comment

#297 - Fixed a bug in partitioned NLJ.

Pull Request - State: closed - Opened by zuyu over 7 years ago - 1 comment

#297 - Fixed a bug in partitioned NLJ.

Pull Request - State: closed - Opened by zuyu over 7 years ago - 1 comment

#296 - QUICKSTEP-78: Displayed Partition Info using \d.

Pull Request - State: closed - Opened by zuyu over 7 years ago - 1 comment

#296 - QUICKSTEP-78: Displayed Partition Info using \d.

Pull Request - State: closed - Opened by zuyu over 7 years ago - 1 comment

#295 - Printed out the partition info in QueryPlan.

Pull Request - State: closed - Opened by zuyu over 7 years ago - 2 comments

#295 - Printed out the partition info in QueryPlan.

Pull Request - State: closed - Opened by zuyu over 7 years ago - 2 comments

#294 - Refactored LifoWorkOrderSelectionPolicy.

Pull Request - State: closed - Opened by zuyu over 7 years ago

#294 - Refactored LifoWorkOrderSelectionPolicy.

Pull Request - State: closed - Opened by zuyu over 7 years ago

#293 - Added Partition rules for Sort.

Pull Request - State: closed - Opened by zuyu over 7 years ago - 1 comment

#293 - Added Partition rules for Sort.

Pull Request - State: closed - Opened by zuyu over 7 years ago - 1 comment

#292 - Redirect stdout and stderr in network mode.

Pull Request - State: closed - Opened by jianqiao over 7 years ago - 1 comment

#292 - Redirect stdout and stderr in network mode.

Pull Request - State: closed - Opened by jianqiao over 7 years ago - 1 comment

#291 - Add "COPY TO" operator for exporting data from Quickstep.

Pull Request - State: closed - Opened by jianqiao over 7 years ago - 2 comments

#291 - Add "COPY TO" operator for exporting data from Quickstep.

Pull Request - State: closed - Opened by jianqiao over 7 years ago - 2 comments

#290 - Fixed the bug that missed assigning 'num_partitions_' in CatalogRelation.

Pull Request - State: closed - Opened by zuyu over 7 years ago - 1 comment

#290 - Fixed the bug that missed assigning 'num_partitions_' in CatalogRelation.

Pull Request - State: closed - Opened by zuyu over 7 years ago - 1 comment

#289 - Minor refactored SortMergeRunOperator.

Pull Request - State: closed - Opened by zuyu over 7 years ago - 1 comment

#289 - Minor refactored SortMergeRunOperator.

Pull Request - State: closed - Opened by zuyu over 7 years ago - 1 comment

#288 - Added output_num_partitions in RelationalOperators.

Pull Request - State: closed - Opened by zuyu over 7 years ago

#288 - Added output_num_partitions in RelationalOperators.

Pull Request - State: closed - Opened by zuyu over 7 years ago

#287 - Added has_repartition in RelationalOperators.

Pull Request - State: closed - Opened by zuyu over 7 years ago

#287 - Added has_repartition in RelationalOperators.

Pull Request - State: closed - Opened by zuyu over 7 years ago

#286 - Added num_partitions in RelationalOperator.

Pull Request - State: closed - Opened by zuyu over 7 years ago

#286 - Added num_partitions in RelationalOperator.

Pull Request - State: closed - Opened by zuyu over 7 years ago

#285 - Added partition_id in WorkOrder.

Pull Request - State: closed - Opened by zuyu over 7 years ago

#285 - Added partition_id in WorkOrder.

Pull Request - State: closed - Opened by zuyu over 7 years ago

#284 - Minor cleanups for the create operators.

Pull Request - State: closed - Opened by zuyu over 7 years ago

#284 - Minor cleanups for the create operators.

Pull Request - State: closed - Opened by zuyu over 7 years ago

#283 - Minor changes in QueryManager and QueryExecutionState.

Pull Request - State: closed - Opened by zuyu over 7 years ago

#283 - Minor changes in QueryManager and QueryExecutionState.

Pull Request - State: closed - Opened by zuyu over 7 years ago

#282 - QUICKSTEP-92: Improved ExecutionDAGVisualizer.

Pull Request - State: closed - Opened by zuyu over 7 years ago - 1 comment

#282 - QUICKSTEP-92: Improved ExecutionDAGVisualizer.

Pull Request - State: closed - Opened by zuyu over 7 years ago - 1 comment

#281 - Simplified the work order generation.

Pull Request - State: closed - Opened by zuyu over 7 years ago - 3 comments

#281 - Simplified the work order generation.

Pull Request - State: closed - Opened by zuyu over 7 years ago - 3 comments

#280 - Removed an unnecessary API in RelationalOperator.

Pull Request - State: closed - Opened by zuyu over 7 years ago - 1 comment

#279 - Applied WorkOrderSelectionPolicy.

Pull Request - State: closed - Opened by zuyu over 7 years ago - 3 comments

#279 - Applied WorkOrderSelectionPolicy.

Pull Request - State: closed - Opened by zuyu over 7 years ago - 3 comments

#278 - Allowed pipelined work order scheduling.

Pull Request - State: closed - Opened by zuyu over 7 years ago

#277 - Fix a bug with min/max aggregation.

Pull Request - State: closed - Opened by jianqiao over 7 years ago - 1 comment

#277 - Fix a bug with min/max aggregation.

Pull Request - State: closed - Opened by jianqiao over 7 years ago - 1 comment

#276 - Fixed the check failure if a query does not have profiling info.

Pull Request - State: closed - Opened by zuyu over 7 years ago - 1 comment

#276 - Fixed the check failure if a query does not have profiling info.

Pull Request - State: closed - Opened by zuyu over 7 years ago - 1 comment

#275 - Disabled NetworkUtil_unittest.

Pull Request - State: closed - Opened by zuyu over 7 years ago

#275 - Disabled NetworkUtil_unittest.

Pull Request - State: closed - Opened by zuyu over 7 years ago

#274 - Determine #InitPartitions for CollisionFreeVectorTable in the optimizer.

Pull Request - State: closed - Opened by zuyu over 7 years ago - 1 comment

#274 - Determine #InitPartitions for CollisionFreeVectorTable in the optimizer.

Pull Request - State: closed - Opened by zuyu over 7 years ago - 1 comment

#273 - Determine #Partitions for Aggr State Hash Table in the optimizer.

Pull Request - State: closed - Opened by zuyu over 7 years ago - 1 comment

#273 - Determine #Partitions for Aggr State Hash Table in the optimizer.

Pull Request - State: closed - Opened by zuyu over 7 years ago - 1 comment

#272 - Ensure Physical node with partitioned inputs has partitioned output, if possible.

Pull Request - State: closed - Opened by zuyu over 7 years ago - 1 comment

#272 - Ensure Physical node with partitioned inputs has partitioned output, if possible.

Pull Request - State: closed - Opened by zuyu over 7 years ago - 1 comment

#271 - QUICKSTEP-95: Fixed the exception due to zero tuple estimation for th…

Pull Request - State: closed - Opened by zuyu over 7 years ago - 1 comment

#271 - QUICKSTEP-95: Fixed the exception due to zero tuple estimation for th…

Pull Request - State: closed - Opened by zuyu over 7 years ago - 1 comment

#270 - Collapse Selections with predicates.

Pull Request - State: closed - Opened by zuyu over 7 years ago - 1 comment

#270 - Collapse Selections with predicates.

Pull Request - State: closed - Opened by zuyu over 7 years ago - 1 comment

#269 - Added Physical PartitionSchemeHeader in Physical Aggregate.

Pull Request - State: closed - Opened by zuyu over 7 years ago

#269 - Added Physical PartitionSchemeHeader in Physical Aggregate.

Pull Request - State: closed - Opened by zuyu over 7 years ago

#268 - Skip predicate pushdown if the node's input is a base relation.

Pull Request - State: closed - Opened by zuyu over 7 years ago - 1 comment

#268 - Skip predicate pushdown if the node's input is a base relation.

Pull Request - State: closed - Opened by zuyu over 7 years ago - 1 comment

#267 - Refactored PartitionAwareInsertDestination::getPartitionId.

Pull Request - State: closed - Opened by zuyu over 7 years ago - 1 comment

#267 - Refactored PartitionAwareInsertDestination::getPartitionId.

Pull Request - State: closed - Opened by zuyu over 7 years ago - 1 comment

#266 - Refactored Create Factory Method for Physical Selection.

Pull Request - State: closed - Opened by zuyu over 7 years ago

#266 - Refactored Create Factory Method for Physical Selection.

Pull Request - State: closed - Opened by zuyu over 7 years ago

#265 - Added Partition Rule For NestedLoopsJoin.

Pull Request - State: closed - Opened by zuyu over 7 years ago - 1 comment

#265 - Added Partition Rule For NestedLoopsJoin.

Pull Request - State: closed - Opened by zuyu over 7 years ago - 1 comment

#264 - Added physical rule for partitioned aggregations.

Pull Request - State: closed - Opened by zuyu over 7 years ago - 1 comment

#264 - Added physical rule for partitioned aggregations.

Pull Request - State: closed - Opened by zuyu over 7 years ago - 1 comment

#257 - Added Partition Rule for HashJoin.

Pull Request - State: closed - Opened by zuyu over 7 years ago - 2 comments

#257 - Added Partition Rule for HashJoin.

Pull Request - State: closed - Opened by zuyu over 7 years ago - 2 comments