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

Update SQL support docs for Blackhole #18534

Merged
merged 1 commit into from
Aug 7, 2023

Conversation

mosabua
Copy link
Member

@mosabua mosabua commented Aug 3, 2023

Description

Adding view and materialized view support.

I am not sure we can claim this as correct since ALTER VIEW and ALTER MATERIALIZED view might not be supported.. if that is the case I have to list the supported commands separately.

Additional context and related issues

Caused by missing docs in #18016

Release notes

Release notes are already tackled with implementation PR.

@cla-bot cla-bot bot added the cla-signed label Aug 3, 2023
@mosabua mosabua changed the title Update docs for MV support with Blackhole Update SQL support with Blackhole Aug 3, 2023
@mosabua
Copy link
Member Author

mosabua commented Aug 3, 2023

@vlad-lyutenko have you checked the code or tested that all view and MV statements are supported. Including ALTER ?

@mosabua mosabua changed the title Update SQL support with Blackhole Update SQL support docs for Blackhole Aug 3, 2023
@vlad-lyutenko
Copy link
Contributor

vlad-lyutenko commented Aug 3, 2023

@vlad-lyutenko have you checked the code or tested that all view and MV statements are supported. Including ALTER ?

No, for my PR (#18016) we needed only basic usages like get MV view and list all MV views

ecbd733

@github-actions github-actions bot added the docs label Aug 3, 2023
@mosabua
Copy link
Member Author

mosabua commented Aug 4, 2023

Updated and added some questions now @vlad-lyutenko and @ebyhr

- For views
- For materialized views
- For tables
- Also remove invalid warning
@mosabua mosabua merged commit 3f7311d into trinodb:master Aug 7, 2023
@mosabua mosabua deleted the blackhole-mv branch August 7, 2023 17:54
@github-actions github-actions bot added this to the 423 milestone Aug 7, 2023
@vlad-lyutenko
Copy link
Contributor

#18628

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

Successfully merging this pull request may close these issues.

4 participants