This is an automated email from the ASF dual-hosted git repository.

taiyang-li pushed a commit to branch fake_add_bolt_backend
in repository https://gitbox.apache.org/repos/asf/gluten.git

commit 9b911c46180fa674ec300ec27f63a6aef6ac89b6
Author: liyang.127 <[email protected]>
AuthorDate: Mon Jun 29 21:14:25 2026 +0800

    [GLUTEN][CORE] Move TopN transformer into backends-core
    
    Relocate the reusable TopN Substrait execution glue into backends-core 
while keeping its package and call sites unchanged so backend-specific planning 
can continue to reference the shared transformer transparently.
---
 .../src/main/scala/org/apache/gluten/execution/TopNTransformer.scala      | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git 
a/backends-velox/src/main/scala/org/apache/gluten/execution/TopNTransformer.scala
 
b/backends-core/src/main/scala/org/apache/gluten/execution/TopNTransformer.scala
similarity index 100%
rename from 
backends-velox/src/main/scala/org/apache/gluten/execution/TopNTransformer.scala
rename to 
backends-core/src/main/scala/org/apache/gluten/execution/TopNTransformer.scala


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to