Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: jayzhan211 <[email protected]>
  • Loading branch information
jayzhan211 committed Dec 16, 2023
1 parent f7b2e6a commit e57eca5
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,6 @@ impl Accumulator for OrderSensitiveArrayAggAccumulator {
// Existing values should be merged also.
partition_values.push(self.values.clone());
partition_ordering_values.push(self.ordering_values.clone());
// println!("(1) partition_ordering_values: {:?}", partition_ordering_values);

assert!(as_list_array(array_agg_values).is_ok());
// Convert array to Scalars to sort them easily. Convert back to array at evaluation.
Expand Down

0 comments on commit e57eca5

Please sign in to comment.