This is an automated email from the ASF dual-hosted git repository.
lgbo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git
The following commit(s) were added to refs/heads/main by this push:
new 7759b2fa1d hot fix UT package path (#9552)
7759b2fa1d is described below
commit 7759b2fa1d127bc6e4a931fa7f612120cf40487a
Author: lgbo <[email protected]>
AuthorDate: Thu May 8 16:27:55 2025 +0800
hot fix UT package path (#9552)
---
.../table/runtime/stream/common/GlutenStreamingTestBase.java | 2 +-
.../table/runtime/stream/common/Velox4jEnvironment.java | 2 +-
.../{flink => gluten}/table/runtime/stream/custom/ScanTest.java | 4 ++--
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git
a/gluten-flink/ut/src/test/java/org/apache/flink/table/runtime/stream/common/GlutenStreamingTestBase.java
b/gluten-flink/ut/src/test/java/org/apache/gluten/table/runtime/stream/common/GlutenStreamingTestBase.java
similarity index 98%
rename from
gluten-flink/ut/src/test/java/org/apache/flink/table/runtime/stream/common/GlutenStreamingTestBase.java
rename to
gluten-flink/ut/src/test/java/org/apache/gluten/table/runtime/stream/common/GlutenStreamingTestBase.java
index 601953c196..80a6c7fa87 100644
---
a/gluten-flink/ut/src/test/java/org/apache/flink/table/runtime/stream/common/GlutenStreamingTestBase.java
+++
b/gluten-flink/ut/src/test/java/org/apache/gluten/table/runtime/stream/common/GlutenStreamingTestBase.java
@@ -15,7 +15,7 @@
* limitations under the License.
*/
-package org.apache.flink.table.runtime.stream.common;
+package org.apache.gluten.table.runtime.stream.common;
import org.apache.flink.table.api.ExplainDetail;
import org.apache.flink.table.api.Table;
diff --git
a/gluten-flink/ut/src/test/java/org/apache/flink/table/runtime/stream/common/Velox4jEnvironment.java
b/gluten-flink/ut/src/test/java/org/apache/gluten/table/runtime/stream/common/Velox4jEnvironment.java
similarity index 95%
rename from
gluten-flink/ut/src/test/java/org/apache/flink/table/runtime/stream/common/Velox4jEnvironment.java
rename to
gluten-flink/ut/src/test/java/org/apache/gluten/table/runtime/stream/common/Velox4jEnvironment.java
index d59667a6a6..4fcc9e2bfe 100644
---
a/gluten-flink/ut/src/test/java/org/apache/flink/table/runtime/stream/common/Velox4jEnvironment.java
+++
b/gluten-flink/ut/src/test/java/org/apache/gluten/table/runtime/stream/common/Velox4jEnvironment.java
@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-package org.apache.flink.table.runtime.stream.common;
+package org.apache.gluten.table.runtime.stream.common;
import io.github.zhztheplayer.velox4j.Velox4j;
diff --git
a/gluten-flink/ut/src/test/java/org/apache/flink/table/runtime/stream/custom/ScanTest.java
b/gluten-flink/ut/src/test/java/org/apache/gluten/table/runtime/stream/custom/ScanTest.java
similarity index 92%
rename from
gluten-flink/ut/src/test/java/org/apache/flink/table/runtime/stream/custom/ScanTest.java
rename to
gluten-flink/ut/src/test/java/org/apache/gluten/table/runtime/stream/custom/ScanTest.java
index 78260cf09c..a7844a6740 100644
---
a/gluten-flink/ut/src/test/java/org/apache/flink/table/runtime/stream/custom/ScanTest.java
+++
b/gluten-flink/ut/src/test/java/org/apache/gluten/table/runtime/stream/custom/ScanTest.java
@@ -16,9 +16,9 @@
*/
-package org.apache.flink.table.runtime.stream.custom;
+package org.apache.gluten.table.runtime.stream.custom;
-import org.apache.flink.table.runtime.stream.common.GlutenStreamingTestBase;
+import org.apache.gluten.table.runtime.stream.common.GlutenStreamingTestBase;
import org.apache.flink.types.Row;
import org.junit.jupiter.api.BeforeEach;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]