Skip to content

Commit

Permalink
fix: untracked file after cloning on Windows (#4122)
Browse files Browse the repository at this point in the history
* fix: untracked file after cloning on Windows

This patch resolves a problem on Windows.
After cloning the repo, git status shows one untracked file.

This is a due to the trailing period in the file name.
  • Loading branch information
albertosantini authored and big-andy-coates committed Dec 16, 2019
1 parent d5974e1 commit 04de30e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"outputs": [{"topic": "S", "value": {"C1": 4}}]
},
{
"name": "Use the legacy default sink properties for the sink topic if default partitions and replicas were set.",
"name": "Use the legacy default sink properties for the sink topic if default partitions and replicas were set",
"statements": [
"CREATE STREAM TEST WITH (kafka_topic='input', value_format='AVRO');",
"CREATE STREAM S as SELECT * FROM test;"
Expand Down

0 comments on commit 04de30e

Please sign in to comment.