-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add basic support for key syntax #3034
Merged
big-andy-coates
merged 7 commits into
confluentinc:master
from
big-andy-coates:key_syntax
Jul 14, 2019
Merged
feat: add basic support for key syntax #3034
big-andy-coates
merged 7 commits into
confluentinc:master
from
big-andy-coates:key_syntax
Jul 14, 2019
Commits on Jul 1, 2019
-
feat: add basic support for key syntax
Adds ability to explicitly include key fields in C* statements so long as: - the key field is named `ROWKEY` - it of type `STRING`. i.e. you can now do: `CREATE STREAM FOO AS (ROWKEY STRING KEY, ...) ...;`
Configuration menu - View commit details
-
Copy full SHA for f0d150b - Browse repository at this point
Copy the full SHA f0d150bView commit details
Commits on Jul 2, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 7a78298 - Browse repository at this point
Copy the full SHA 7a78298View commit details -
Configuration menu - View commit details
-
Copy full SHA for 78db7b8 - Browse repository at this point
Copy the full SHA 78db7b8View commit details
Commits on Jul 11, 2019
-
Conflicting files ksql-engine/src/test/java/io/confluent/ksql/ddl/commands/CommandFactoriesTest.java ksql-engine/src/test/java/io/confluent/ksql/ddl/commands/CreateSourceCommandTest.java ksql-engine/src/test/java/io/confluent/ksql/ddl/commands/CreateStreamCommandTest.java ksql-engine/src/test/java/io/confluent/ksql/ddl/commands/CreateTableCommandTest.java ksql-engine/src/test/java/io/confluent/ksql/schema/ksql/inference/DefaultSchemaInjectorTest.java ksql-parser/src/test/java/io/confluent/ksql/parser/KsqlParserTest.java ksql-parser/src/test/java/io/confluent/ksql/parser/SchemaParserTest.java ksql-parser/src/test/java/io/confluent/ksql/parser/SqlFormatterTest.java ksql-parser/src/test/java/io/confluent/ksql/parser/rewrite/StatementRewriterTest.java ksql-parser/src/test/java/io/confluent/ksql/parser/tree/CreateStreamTest.java ksql-parser/src/test/java/io/confluent/ksql/parser/tree/CreateTableTest.java ksql-parser/src/test/java/io/confluent/ksql/parser/tree/TableElementTest.java ksql-parser/src/test/java/io/confluent/ksql/parser/tree/TableElementsTest.java ksql-rest-app/src/test/java/io/confluent/ksql/rest/server/StandaloneExecutorTest.java ksql-rest-app/src/test/java/io/confluent/ksql/rest/server/resources/KsqlResourceTest.java
Configuration menu - View commit details
-
Copy full SHA for b11718a - Browse repository at this point
Copy the full SHA b11718aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 56e8d95 - Browse repository at this point
Copy the full SHA 56e8d95View commit details
Commits on Jul 12, 2019
-
Conflicting files ksql-engine/src/test/java/io/confluent/ksql/ddl/commands/CommandFactoriesTest.java ksql-parser/src/test/java/io/confluent/ksql/parser/tree/CreateStreamTest.java ksql-parser/src/test/java/io/confluent/ksql/parser/tree/CreateTableTest.java
Configuration menu - View commit details
-
Copy full SHA for 7243e3f - Browse repository at this point
Copy the full SHA 7243e3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 502d494 - Browse repository at this point
Copy the full SHA 502d494View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.