Skip to content
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

Minor docs improvements #548

Merged
merged 4 commits into from
Dec 19, 2017
Merged

Minor docs improvements #548

merged 4 commits into from
Dec 19, 2017

Conversation

miguno
Copy link
Contributor

@miguno miguno commented Dec 19, 2017

See individual commits for changes.

@@ -36,8 +36,8 @@ CREATE STREAM pageviews \
(viewtime BIGINT, \
userid VARCHAR, \
pageid VARCHAR) \
WITH (kafka_topic='pageviews-topic', \
value_format='DELIMITED');
WITH (KAFKA_TOPIC='pageviews-topic', \
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We also switched e.g. KSQL decks to use uppercase for properties in the WITH clause.

Copy link
Contributor

@hjafarpour hjafarpour left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

Copy link
Contributor

@apurvam apurvam left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@apurvam apurvam merged commit ac3332a into master Dec 19, 2017
@miguno miguno deleted the master-uppercase-consistency branch December 21, 2017 10:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants