-
Updated
Oct 15, 2020 - Java
kafka-connect
Here are 364 public repositories matching this topic...
-
Updated
Oct 15, 2020 - Java
-
Updated
Sep 19, 2020 - Python
-
Updated
Sep 26, 2020 - Java
-
Updated
Oct 15, 2020 - Scala
-
Updated
Oct 14, 2020 - Shell
-
Updated
Oct 14, 2020 - Java
Please create ingress template and configuration for:
- kafka-rest
- kafka-connect
- schema-registry
-
Updated
Apr 4, 2019 - Java
-
Updated
Sep 24, 2020 - JavaScript
-
Updated
Oct 13, 2020 - Java
-
Updated
Oct 15, 2020 - HTML
-
Updated
Oct 13, 2020 - Java
-
Updated
Apr 22, 2020 - Java
-
Updated
Oct 12, 2020 - Java
-
Updated
Apr 6, 2020 - Jupyter Notebook
-
Updated
Dec 30, 2019 - Java
-
Updated
Sep 30, 2020 - Java
-
Updated
Mar 17, 2020 - Shell
-
Updated
Aug 26, 2020 - Java
-
Updated
Oct 15, 2020 - Shell
-
Updated
Mar 12, 2019 - Dockerfile
-
Updated
Sep 15, 2020 - Java
-
Updated
Jun 17, 2020 - Scala
Improve this page
Add a description, image, and links to the kafka-connect topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the kafka-connect topic, visit your repo's landing page and select "manage topics."
Describe the bug
It's possible to create a stream or table with no value columns using a
CREATE TABLEorCREATE STREAMstatement. No error is returned.However, if you try and use the stream or table in a downstream
CREATE TABLE ASorCREATE STREAM ASstatement you get a error message.i.e. the table/stream created with no columns isn't useful.
To Reproduce