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: remove dead links to window bounds udafs #5001

Merged

Conversation

big-andy-coates
Copy link
Contributor

Description

Remove the dead links to WindowStart and WindowEnd UDAFs. (These were removed a release or two ago)

@big-andy-coates big-andy-coates requested review from JimGalasyn and a team as code owners April 6, 2020 10:14
Copy link
Member

@JimGalasyn JimGalasyn left a comment

Choose a reason for hiding this comment

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

Thanks!

@big-andy-coates big-andy-coates merged commit 5be677d into confluentinc:master Apr 6, 2020
JimGalasyn added a commit that referenced this pull request Apr 29, 2020
* docs: stop recommending headless mode (#4896)

* docs: cherry pick: materialized views + streaming ETL pipelines

* docs: fixes to Debezium (#5082)

* docs: link to Debezium's MongoDB docs (#5085)

* docs: link to Debezium's MongoDB docs

* docs: remove unused params

* docs: fix reference to @SchemaProvider (#4784)

Which doesn't exist. Replace with `@UdfSchemaProvider`, which does.

Co-authored-by: Andy Coates <[email protected]>

* docs: call out PARTITION BY applied before SELECT (#4795)

* docs: call out PARTITION BY applied before SELECT

Improve the docs to make it clear that, like GROUP BY, any PARTITION BY clause is applied after any JOIN or WHERE, but before the SELECT.

Also, include optional JOIN clause in INSERT INTO docs, as joins are supported, (QTT test added to prove this).

Co-authored-by: Andy Coates <[email protected]>

* docs: update ARRAY_CONTAINS docs (#4835)

* docs: update ARRAY_CONTAINS docs

Change #4105 split ARRAYCONTAINS into ARRAY_CONTAINS and JSON_ARRAY_CONTAINS, but looks like the docs weren't updated...

* docs: scalar funcs update (#4866)

* docs: scalar funcs update

Fix links in doc and improve docs around EXTRACTJSONFIELD

* docs: remove dead links to window bounds udafs (#5001)

Co-authored-by: Andy Coates <[email protected]>

* chore: update upgrade notes for 0.7 (#4535)

Co-authored-by: Michael Drogalis <[email protected]>
Co-authored-by: Andy Coates <[email protected]>
Co-authored-by: Andy Coates <[email protected]>
JimGalasyn added a commit that referenced this pull request Apr 30, 2020
* docs: call out PARTITION BY applied before SELECT (#4795)

* docs: call out PARTITION BY applied before SELECT

Improve the docs to make it clear that, like GROUP BY, any PARTITION BY clause is applied after any JOIN or WHERE, but before the SELECT.

Also, include optional JOIN clause in INSERT INTO docs, as joins are supported, (QTT test added to prove this).

Co-authored-by: Andy Coates <[email protected]>

* docs: update ARRAY_CONTAINS docs (#4835)

* docs: update ARRAY_CONTAINS docs

Change #4105 split ARRAYCONTAINS into ARRAY_CONTAINS and JSON_ARRAY_CONTAINS, but looks like the docs weren't updated...

* docs: scalar funcs update (#4866)

* docs: scalar funcs update

Fix links in doc and improve docs around EXTRACTJSONFIELD

* docs: remove dead links to window bounds udafs (#5001)

Co-authored-by: Andy Coates <[email protected]>

* docs: manual merge

Co-authored-by: Andy Coates <[email protected]>
Co-authored-by: Andy Coates <[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.

2 participants