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

Correct CREATE CLUSTER example syntax #21800

Merged
merged 1 commit into from
Sep 18, 2023
Merged

Conversation

arusahni
Copy link
Contributor

Motivation

  • This PR fixes a previously unreported bug.

The CREATE CLUSTER example in the docs appears to use outdated/invalid syntax. Fix it by dropping the unnecessary parens.

Tips for reviewer

Checklist

  • This PR has adequate test coverage / QA involvement has been duly considered.
  • This PR has an associated up-to-date design doc, is a design doc (template), or is sufficiently small to not require a design.
  • If this PR evolves an existing $T ⇔ Proto$T mapping (possibly in a backwards-incompatible way), then it is tagged with a T-proto label.
  • If this PR will require changes to cloud orchestration or tests, there is a companion cloud PR to account for those changes that is tagged with the release-blocker label (example).
  • This PR includes the following user-facing behavior changes:

@arusahni arusahni requested a review from a team as a code owner September 18, 2023 13:42
@sjwiesman sjwiesman merged commit 11dd1ed into MaterializeInc:main Sep 18, 2023
moulimukherjee pushed a commit to benesch/materialize that referenced this pull request Sep 19, 2023
* main: (24 commits)
  catalog: Remove stash details from transactions (MaterializeInc#21784)
  catalog: Move builtin to catalog crate (MaterializeInc#21791)
  sqlsmith/sqlancer: Fix mzcompose permissions
  storage: merge `Controller` with `StorageControllerState`
  canary environment: Add README.md
  canary environment: Target the production cloud
  transform: add `ColumnNames` attribute
  transform: pass context to attribute constructors
  transform: struct-based `DerivedAttributes` container
  transform: add `explain` directive to `test_transforms`
  transform: add column names support in `DefSource` spec blocks
  LICENSE: update change date
  doc: add inherited tables to PG source known limitations
  persist: split out a maelstrom-persist-base mzimage
  Make output of lint-docs-catalog CI-friendly
  adapter: Apply write ts in bootstrapping (MaterializeInc#21802)
  adapter: add more LaunchDarkly contexts
  Correct CREATE CLUSTER example syntax (MaterializeInc#21800)
  rbac: allow `EXPLAIN` commands in `user_privilege_hack`
  mzcompose: Allow the dbt service to accept environment variables
  ...
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