Skip to content

Commit

Permalink
Adding missed changes after merging conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
shashambhavi committed Nov 1, 2024
1 parent 75ec55f commit f18114f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion cloudbuild/nightly/scripts/table_write.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ then
if [ "$IS_SQL" == True ]
then
echo "SQL Mode is Enabled!"
DESTINATION_TABLE_NAME="$DESTINATION_TABLE_NAME"-"$IS_SQL"
DESTINATION_TABLE_NAME="$DESTINATION_TABLE_NAME"-SQL
fi
source cloudbuild/nightly/scripts/bounded_table_write.sh "$PROPERTIES" "$SINK_PARALLELISM" "$IS_SQL"
elif [ "$MODE" == "unbounded" ]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
package com.google.cloud.flink.bigquery.integration;

import org.apache.flink.api.common.eventtime.WatermarkStrategy;
import org.apache.flink.api.common.functions.FlatMapFunction;
import org.apache.flink.api.common.functions.MapFunction;
import org.apache.flink.api.common.functions.RichFlatMapFunction;
import org.apache.flink.api.common.functions.RichMapFunction;
Expand Down

0 comments on commit f18114f

Please sign in to comment.