Skip to content

Commit

Permalink
[FLINK-33422] Move Calc restore tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bvarghese1 authored and dawidwys committed Nov 30, 2023
1 parent 88509e2 commit 091389e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
* limitations under the License.
*/

package org.apache.flink.table.planner.plan.nodes.exec.testutils;
package org.apache.flink.table.planner.plan.nodes.exec.stream;

import org.apache.flink.table.planner.plan.nodes.exec.stream.StreamExecCalc;
import org.apache.flink.table.planner.plan.nodes.exec.testutils.RestoreTestBase;
import org.apache.flink.table.test.program.TableTestProgram;

import java.util.Arrays;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@
* limitations under the License.
*/

package org.apache.flink.table.planner.plan.nodes.exec.testutils;
package org.apache.flink.table.planner.plan.nodes.exec.stream;

import org.apache.flink.table.planner.plan.nodes.exec.stream.StreamExecCalc;
import org.apache.flink.table.planner.runtime.utils.JavaUserDefinedScalarFunctions.JavaFunc0;
import org.apache.flink.table.planner.runtime.utils.JavaUserDefinedScalarFunctions.JavaFunc1;
import org.apache.flink.table.planner.runtime.utils.JavaUserDefinedScalarFunctions.JavaFunc2;
Expand All @@ -31,7 +30,10 @@

import java.time.LocalDateTime;

/** {@link TableTestProgram} definitions for testing {@link StreamExecCalc}. */
/**
* {@link TableTestProgram} definitions for testing {@link
* org.apache.flink.table.planner.plan.nodes.exec.stream.StreamExecCalc}.
*/
public class CalcTestPrograms {

static final TableTestProgram SIMPLE_CALC =
Expand Down

0 comments on commit 091389e

Please sign in to comment.