refactor(frontend): rework UPDATE
to support subqueries
#5692
Annotations
10 errors and 2 warnings
proto/batch_plan.proto#L176
Field "2" with name "table_version_id" on message "UpdateNode" changed option "json_name" from "exprs" to "tableVersionId".
|
proto/batch_plan.proto#L176
Field "2" with name "table_version_id" on message "UpdateNode" changed cardinality from "repeated" to "optional with implicit presence".
|
proto/batch_plan.proto#L176
Field "2" with name "table_version_id" on message "UpdateNode" changed type from "message" to "uint64". See https://developers.google.com/protocol-buffers/docs/proto3#updating for wire compatibility rules and https://developers.google.com/protocol-buffers/docs/proto3#json for JSON compatibility rules.
|
proto/batch_plan.proto#L176
Field "2" on message "UpdateNode" changed name from "exprs" to "table_version_id".
|
proto/batch_plan.proto#L177
Field "3" with name "old_exprs" on message "UpdateNode" changed option "json_name" from "returning" to "oldExprs".
|
proto/batch_plan.proto#L177
Field "3" with name "old_exprs" on message "UpdateNode" changed cardinality from "optional with implicit presence" to "repeated".
|
proto/batch_plan.proto#L177
Field "3" with name "old_exprs" on message "UpdateNode" changed type from "bool" to "message". See https://developers.google.com/protocol-buffers/docs/proto3#updating for wire compatibility rules and https://developers.google.com/protocol-buffers/docs/proto3#json for JSON compatibility rules.
|
proto/batch_plan.proto#L177
Field "3" on message "UpdateNode" changed name from "returning" to "old_exprs".
|
proto/batch_plan.proto#L178
Field "4" with name "new_exprs" on message "UpdateNode" changed option "json_name" from "tableVersionId" to "newExprs".
|
proto/batch_plan.proto#L178
Field "4" with name "new_exprs" on message "UpdateNode" changed cardinality from "optional with implicit presence" to "repeated".
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
This job failed
Loading