Skip to content

Commit

Permalink
fix agg to json string
Browse files Browse the repository at this point in the history
  • Loading branch information
marin-ma committed Dec 7, 2023
1 parent a935707 commit 0923ed1
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,8 @@ abstract class HashAggregateExecBaseTransformer(
"0"
}
val optimization =
Any.pack(StringValue.newBuilder.setValue(s"isStreaming=$isStreaming\n").build)
BackendsApiManager.getTransformerApiInstance.getPackMessage(
StringValue.newBuilder.setValue(s"isStreaming=$isStreaming\n").build)
ExtensionBuilder.makeAdvancedExtension(optimization, enhancement)
}

Expand Down

0 comments on commit 0923ed1

Please sign in to comment.