-
Notifications
You must be signed in to change notification settings - Fork 734
Docs: describe show create #19170
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: describe show create #19170
Conversation
|
⚪ Test history | Ya make output | Test bloat
🟢 |
|
🟢 |
|
⚪ Test history | Ya make output | Test bloat
🟢 |
❌ Documentation buildRevision build failed Build logsErrors (2)❌ ENOENT: no such file or directory, open '/en/yql/reference/syntax/show_create.md' ❌ ENOENT: no such file or directory, open '/ru/yql/reference/syntax/show_create.md' |
|
⚪ Test history | Ya make output | Test bloat
🟢 |
|
⚪ Test history | Ya make output | Test bloat
🟢 |
❌ Documentation buildRevision build failed Build logsErrors (2)❌ ENOENT: no such file or directory, open '/en/yql/reference/syntax/show_create.md' ❌ ENOENT: no such file or directory, open '/ru/yql/reference/syntax/show_create.md' |
|
⚪ Test history | Ya make output | Test bloat
🟢 |
|
⚪ Test history | Ya make output | Test bloat
🟢 |
✅ Documentation buildRevision built successfully Build logsWarnings (3) |
|
⚪ Test history | Ya make output | Test bloat
🟢 |
|
⚪ Test history | Ya make output | Test bloat
🟢 |
Co-authored-by: Ivan Blinkov <ivan@blinkov.ru>
|
🔄 New commits pushed — @anton-bobkov please take a look. |
Co-authored-by: Ivan Blinkov <ivan@blinkov.ru>
|
🔄 New commits pushed — @anton-bobkov please take a look. |
|
⚪ Test history | Ya make output | Test bloat
🟢 |
|
⚪ Test history | Ya make output | Test bloat
🟢 |
✅ Documentation buildRevision built successfully Build logsWarnings (1)
|
|
🔄 New commits pushed — @anton-bobkov please take a look. |
|
⚪ Test history | Ya make output | Test bloat
🟢 |
|
⚪ Test history | Ya make output | Test bloat
🟢 |
✅ Documentation buildRevision built successfully |
|
🔄 New commits pushed — @anton-bobkov please take a look. |
|
⚪ Test history | Ya make output | Test bloat
🟢 |
|
⚪ Test history | Ya make output | Test bloat
🟢 |
✅ Documentation buildRevision built successfully |
|
Hey @anton-bobkov, it has been 29 business-hours since the author's last update, could you please review? |
|
Hey @anton-bobkov, it has been 59 business-hours since the author's last update, could you please review? |
|
Hey @anton-bobkov, it has been 89 business-hours since the author's last update, could you please review? |
|
Hey @anton-bobkov, it has been 119 business-hours since the author's last update, could you please review? |
Changelog entry
Changelog category
Description for reviewers
Docs for:
Show create table (Row-oriented tables) #14789
Fix show create table with darwin #15617
Update system view show_create #15825
Show create table (Column-oriented tables) #16509
Support CHANGEFEEDs in SHOW CREATE TABLE #17342
Support sequences in SHOW CREATE TABLE #17488
Support partition policy for Index Table in SHOW CREATE TABLE #17759
Support ALTER OBJECT for SHOW CREATE TABLE #18493
Fix ALTER OBJECT for SHOW CREATE TABLE #18531
fail gracefully on SHOW CREATE TABLE targeting a view #16423
refactoring before SHOW CREATE VIEW #16629
support SHOW CREATE VIEW #16668
refactoring in unit tests of SHOW CREATE TABLE #16929
SHOW CREATE VIEW: use YQL parser to split view query to context recreation and select parts #16931
Issues:
Support CHANGEFEEDs in SHOW CREATE TABLE #17074
Support sequences in SHOW CREATE TABLE #17350
Support partition policy for Index Table in SHOW CREATE TABLE #17680
view: show create #16283
Support SHOW CREATE TABLE returning SQL query text to recreate a table #33
show create view follow up: split view query using parser #16778
view: show create #16283
show create table: when targeting a view that reads from a table t, produces results of a 'select * from t' #16401