-
Notifications
You must be signed in to change notification settings - Fork 230
{180541910} Lua trigger and consumer syntax update #5420
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
base: main
Are you sure you want to change the base?
Conversation
f405d59
to
2d226b9
Compare
/adhoc-test consumer |
/runtests |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Coding style check: Success ✓.
Smoke testing: Error ⚠.
Cbuild submission: Error ⚠.
Regression testing: 2/628 tests failed ⚠.
The first 10 failing tests are:
sc_truncate
sc_transactional_rowlocks_generated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Coding style check: Success ✓.
Smoke testing: Error ⚠.
Cbuild submission: Error ⚠.
Regression testing: 2/628 tests failed ⚠.
The first 10 failing tests are:
sc_transactional_rowlocks_generated
reco-ddlk-sql
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Coding style check: Success ✓.
Smoke testing: Error ⚠.
Cbuild submission: Success ✓.
Regression testing: 3/630 tests failed ⚠.
The first 10 failing tests are:
logfill_logput_window_generated
sc_downgrade
reco-ddlk-sql
Don't we need new images for |
fac8592
to
83ba508
Compare
feb8e5e
to
043940f
Compare
…update Signed-off-by: RKALICHETI1 <[email protected]>
043940f
to
759221e
Compare
Syntax update:
Current syntax:
create default lua consumer foo version 'bar' on (table t for insert of a, b and update of i, j and delete of x, y)
Proposed new syntax:
create default lua consumer foo version 'bar' for (table t on insert include a, b on update include i, j on delete include x, y)