Skip to content

Commit 9a00874

Browse files
committed
make generated class final
1 parent 0705dff commit 9a00874

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

common/src/main/scala/org/apache/comet/udf/CometBatchKernelCodegen.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ object CometBatchKernelCodegen extends Logging with CometExprTraitShim {
364364
| return new SpecificCometBatchKernel(references);
365365
|}
366366
|
367-
|class SpecificCometBatchKernel extends $baseClass {
367+
|final class SpecificCometBatchKernel extends $baseClass {
368368
|
369369
| ${ctx.declareMutableStates()}
370370
|

0 commit comments

Comments
 (0)