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

docs: msq index page update #16459

Closed
wants to merge 0 commits into from
Closed

docs: msq index page update #16459

wants to merge 0 commits into from

Conversation

317brian
Copy link
Contributor

Seems like MSQ is enabled by default now, and we missed updating this line when the change happened.

Also the extern bit seems out of place down there. I think it was an accident for it to go there? I moved it next to the info about functions
This PR has:

  • been self-reviewed.

@317brian
Copy link
Contributor Author

ping. @cryptoe @kfaraz

@@ -30,7 +30,7 @@ description: Introduces multi-stage query architecture and its task engine
ingestion method is right for you.
:::

Apache Druid supports SQL-based ingestion using the bundled [`druid-multi-stage-query` extension](#load-the-extension).
Apache Druid supports SQL-based ingestion using the bundled `druid-multi-stage-query` extension, which is enabled by default.
Copy link
Contributor

Choose a reason for hiding this comment

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

What does enabled by default mean here.
The extension is part of the example configs. Is that the definition of default here ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Do people generally use the example configs for production deployments?

Maybe this instead:

Suggested change
Apache Druid supports SQL-based ingestion using the bundled `druid-multi-stage-query` extension, which is enabled by default.
Apache Druid supports SQL-based ingestion using the bundled `druid-multi-stage-query` extension, which is loaded by default in the example configs if you use `./bin/start-druid` to launch Druid.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants