Skip to content

Commit

Permalink
fix pulsar
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesCheung96 committed Dec 22, 2024
1 parent 66abd4d commit 3a0c410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration_tests/ddl_with_exists/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ function run() {
case $SINK_TYPE in
kafka) run_kafka_consumer $WORK_DIR "kafka://127.0.0.1:9092/$TOPIC_NAME?protocol=open-protocol&partition-num=4&version=${KAFKA_VERSION}&max-message-bytes=10485760" ;;
storage) run_storage_consumer $WORK_DIR $SINK_URI "" "" ;;
pulsar) run_pulsar_consumer --upstream-uri $SINK_URI ;;
pulsar) run_pulsar_consumer $WORK_DIR $SINK_URI ;;
esac

run_sql "CREATE DATABASE ddl_with_exists"
Expand Down

0 comments on commit 3a0c410

Please sign in to comment.