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

chore: fix pull queries in https://docs/concepts/queries.md #7597

Merged
merged 2 commits into from
May 26, 2021

Conversation

cprasad1
Copy link
Member

@cprasad1 cprasad1 commented May 26, 2021

Description

fix pull queries' description in https://docs/concepts/queries.md by deleting an entire section on Pull query features and limitations and just adding a link to https://docs.ksqldb.io/en/latest/developer-guide/ksqldb-reference/select-pull-query/ instead

Testing done

Describe the testing strategy. Unit and integration tests are expected for any behavior changes.

Reviewer checklist

  • Ensure docs are updated if necessary. (eg. if a user visible feature is being added or changed).
  • Ensure relevant issues are linked (description should include text like "Fixes #")

@cprasad1 cprasad1 requested review from JimGalasyn and a team as code owners May 26, 2021 22:19
Copy link
Member

@AlanConfluent AlanConfluent left a comment

Choose a reason for hiding this comment

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

Might want to add some of that info to the other doc, if it's not already there.


- In addition, windowed tables support bounds on `WINDOWSTART` and `WINDOWEND` using operators
`<=`, `<`, `=`, `>`, `>=`.
- JOIN, PARTITION BY, GROUP BY and WINDOW clauses aren't supported.
Copy link
Member

Choose a reason for hiding this comment

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

Do we mention this in the other doc?

Copy link
Member Author

Choose a reason for hiding this comment

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

We implicitly mention this by saying

Synopsis:
SELECT select_expr [, ...]
  FROM table
  [ WHERE where_condition ]
  [ AND window_bounds ];

Copy link
Member Author

Choose a reason for hiding this comment

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

I am explicitly adding some of this info in the other doc as well

Copy link
Member Author

Choose a reason for hiding this comment

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

done

docs/concepts/queries.md Show resolved Hide resolved
@cprasad1 cprasad1 merged commit 8a6412b into confluentinc:master May 26, 2021
@cprasad1 cprasad1 deleted the pull_queries_doc branch May 26, 2021 22:44
cprasad1 added a commit to cprasad1/ksql that referenced this pull request May 26, 2021
…tinc#7597)

* chore: fix pull queries in docs/concepts/queries.md

* nit in language

Co-authored-by: Chittaranjan Prasad <>
cprasad1 added a commit to cprasad1/ksql that referenced this pull request May 26, 2021
…tinc#7597)

* chore: fix pull queries in docs/concepts/queries.md

* nit in language

Co-authored-by: Chittaranjan Prasad <>
cprasad1 added a commit that referenced this pull request May 26, 2021
…7598)

* chore: fix pull queries in docs/concepts/queries.md

* nit in language

Co-authored-by: Chittaranjan Prasad <>
cprasad1 added a commit that referenced this pull request May 26, 2021
…7599)

* chore: fix pull queries in docs/concepts/queries.md

* nit in language

Co-authored-by: Chittaranjan Prasad <>
cprasad1 added a commit that referenced this pull request May 27, 2021
* chore: fix pull queries in https://docs/concepts/queries.md (#7597)

* chore: fix pull queries in docs/concepts/queries.md

* nit in language

Co-authored-by: Chittaranjan Prasad <>

* docs: rewrite pull query docs page (#7532)

* chore: rewrite pull query docs page

* revise some more

* incorporate Alan's comment

* explicitly call out features and limitations

* Update docs/developer-guide/ksqldb-reference/select-pull-query.md

Co-authored-by: Almog Gavra <[email protected]>

* Update docs/developer-guide/ksqldb-reference/select-pull-query.md

Co-authored-by: Almog Gavra <[email protected]>

* Update docs/developer-guide/ksqldb-reference/select-pull-query.md

Co-authored-by: Almog Gavra <[email protected]>

* Update docs/developer-guide/ksqldb-reference/select-pull-query.md

Co-authored-by: Almog Gavra <[email protected]>

* Update docs/developer-guide/ksqldb-reference/select-pull-query.md

Co-authored-by: Almog Gavra <[email protected]>

* nits

Co-authored-by: Chittaranjan Prasad <>
Co-authored-by: Almog Gavra <[email protected]>

Co-authored-by: Almog Gavra <[email protected]>
cprasad1 added a commit that referenced this pull request May 27, 2021
* chore: fix pull queries in https://docs/concepts/queries.md (#7597)

* chore: fix pull queries in docs/concepts/queries.md

* nit in language

Co-authored-by: Chittaranjan Prasad <>

* docs: rewrite pull query docs page (#7532)

* chore: rewrite pull query docs page

* revise some more

* incorporate Alan's comment

* explicitly call out features and limitations

* Update docs/developer-guide/ksqldb-reference/select-pull-query.md

Co-authored-by: Almog Gavra <[email protected]>

* Update docs/developer-guide/ksqldb-reference/select-pull-query.md

Co-authored-by: Almog Gavra <[email protected]>

* Update docs/developer-guide/ksqldb-reference/select-pull-query.md

Co-authored-by: Almog Gavra <[email protected]>

* Update docs/developer-guide/ksqldb-reference/select-pull-query.md

Co-authored-by: Almog Gavra <[email protected]>

* Update docs/developer-guide/ksqldb-reference/select-pull-query.md

Co-authored-by: Almog Gavra <[email protected]>

* nits

Co-authored-by: Chittaranjan Prasad <>
Co-authored-by: Almog Gavra <[email protected]>

Co-authored-by: Almog Gavra <[email protected]>
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