Skip to content

Commit 1daf249

Browse files
committed
save
1 parent 3c537c1 commit 1daf249

File tree

6 files changed

+131
-445
lines changed

6 files changed

+131
-445
lines changed

fdb-record-layer-core/src/main/java/com/apple/foundationdb/record/query/plan/cascades/values/RelOpValue.java

Lines changed: 52 additions & 42 deletions
Large diffs are not rendered by default.

fdb-record-layer-core/src/main/proto/record_query_plan.proto

Lines changed: 71 additions & 72 deletions
Original file line numberDiff line numberDiff line change
@@ -1072,78 +1072,77 @@ message PBinaryRelOpValue {
10721072
IS_DISTINCT_FROM_DD = 422;
10731073
IS_DISTINCT_FROM_SU = 423;
10741074
IS_DISTINCT_FROM_SS = 424;
1075-
IS_DISTINCT_FROM_UU = 425;
1076-
IS_DISTINCT_FROM_UB = 426;
1077-
IS_DISTINCT_FROM_UI = 427;
1078-
IS_DISTINCT_FROM_UL = 428;
1079-
IS_DISTINCT_FROM_UF = 429;
1080-
IS_DISTINCT_FROM_UD = 430;
1081-
IS_DISTINCT_FROM_US = 431;
1082-
IS_DISTINCT_FROM_UV = 432;
1083-
IS_DISTINCT_FROM_VU = 433;
1084-
IS_DISTINCT_FROM_VV = 434;
1085-
IS_DISTINCT_FROM_BYU = 435;
1086-
IS_DISTINCT_FROM_BYBY = 436;
1087-
IS_DISTINCT_FROM_UBY = 437;
1088-
IS_DISTINCT_FROM_EE = 438;
1089-
IS_DISTINCT_FROM_ES = 439;
1090-
IS_DISTINCT_FROM_SE = 440;
1091-
IS_DISTINCT_FROM_EU = 441;
1092-
IS_DISTINCT_FROM_UE = 442;
1093-
IS_DISTINCT_FROM_IDID = 443;
1094-
IS_DISTINCT_FROM_IDS = 444;
1095-
IS_DISTINCT_FROM_SID = 445;
1096-
IS_DISTINCT_FROM_UID = 446;
1097-
IS_DISTINCT_FROM_IDU = 447;
1098-
IS_DISTINCT_FROM_NN = 448;
1099-
NOT_DISTINCT_FROM_BU = 449;
1100-
NOT_DISTINCT_FROM_BB = 450;
1101-
NOT_DISTINCT_FROM_IU = 451;
1102-
NOT_DISTINCT_FROM_II = 452;
1103-
NOT_DISTINCT_FROM_IL = 453;
1104-
NOT_DISTINCT_FROM_IF = 454;
1105-
NOT_DISTINCT_FROM_ID = 455;
1106-
NOT_DISTINCT_FROM_LU = 456;
1107-
NOT_DISTINCT_FROM_LI = 457;
1108-
NOT_DISTINCT_FROM_LL = 458;
1109-
NOT_DISTINCT_FROM_LF = 459;
1110-
NOT_DISTINCT_FROM_LD = 460;
1111-
NOT_DISTINCT_FROM_FU = 461;
1112-
NOT_DISTINCT_FROM_FI = 462;
1113-
NOT_DISTINCT_FROM_FL = 463;
1114-
NOT_DISTINCT_FROM_FF = 464;
1115-
NOT_DISTINCT_FROM_FD = 465;
1116-
NOT_DISTINCT_FROM_DU = 466;
1117-
NOT_DISTINCT_FROM_DI = 467;
1118-
NOT_DISTINCT_FROM_DL = 468;
1119-
NOT_DISTINCT_FROM_DF = 469;
1120-
NOT_DISTINCT_FROM_DD = 470;
1121-
NOT_DISTINCT_FROM_SU = 471;
1122-
NOT_DISTINCT_FROM_SS = 472;
1123-
NOT_DISTINCT_FROM_UU = 473;
1124-
NOT_DISTINCT_FROM_UB = 474;
1125-
NOT_DISTINCT_FROM_UI = 475;
1126-
NOT_DISTINCT_FROM_UL = 476;
1127-
NOT_DISTINCT_FROM_UF = 477;
1128-
NOT_DISTINCT_FROM_UD = 478;
1129-
NOT_DISTINCT_FROM_US = 479;
1130-
NOT_DISTINCT_FROM_UV = 480;
1131-
NOT_DISTINCT_FROM_VU = 481;
1132-
NOT_DISTINCT_FROM_VV = 482;
1133-
NOT_DISTINCT_FROM_BYU = 483;
1134-
NOT_DISTINCT_FROM_BYBY = 484;
1135-
NOT_DISTINCT_FROM_UBY = 485;
1136-
NOT_DISTINCT_FROM_EE = 486;
1137-
NOT_DISTINCT_FROM_ES = 487;
1138-
NOT_DISTINCT_FROM_SE = 488;
1139-
NOT_DISTINCT_FROM_EU = 489;
1140-
NOT_DISTINCT_FROM_UE = 490;
1141-
NOT_DISTINCT_FROM_IDID = 491;
1142-
NOT_DISTINCT_FROM_IDS = 492;
1143-
NOT_DISTINCT_FROM_SID = 493;
1144-
NOT_DISTINCT_FROM_UID = 494;
1145-
NOT_DISTINCT_FROM_IDU = 495;
1146-
NOT_DISTINCT_FROM_NN = 496;
1075+
IS_DISTINCT_FROM_UB = 425;
1076+
IS_DISTINCT_FROM_UI = 426;
1077+
IS_DISTINCT_FROM_UL = 427;
1078+
IS_DISTINCT_FROM_UF = 428;
1079+
IS_DISTINCT_FROM_UD = 429;
1080+
IS_DISTINCT_FROM_US = 430;
1081+
IS_DISTINCT_FROM_UV = 431;
1082+
IS_DISTINCT_FROM_VU = 432;
1083+
IS_DISTINCT_FROM_VV = 433;
1084+
IS_DISTINCT_FROM_BYU = 434;
1085+
IS_DISTINCT_FROM_BYBY = 435;
1086+
IS_DISTINCT_FROM_UBY = 436;
1087+
IS_DISTINCT_FROM_EE = 437;
1088+
IS_DISTINCT_FROM_ES = 438;
1089+
IS_DISTINCT_FROM_SE = 439;
1090+
IS_DISTINCT_FROM_EU = 440;
1091+
IS_DISTINCT_FROM_UE = 441;
1092+
IS_DISTINCT_FROM_IDID = 442;
1093+
IS_DISTINCT_FROM_IDS = 443;
1094+
IS_DISTINCT_FROM_SID = 444;
1095+
IS_DISTINCT_FROM_UID = 445;
1096+
IS_DISTINCT_FROM_IDU = 446;
1097+
IS_DISTINCT_FROM_NN = 447;
1098+
NOT_DISTINCT_FROM_BU = 448;
1099+
NOT_DISTINCT_FROM_BB = 449;
1100+
NOT_DISTINCT_FROM_IU = 450;
1101+
NOT_DISTINCT_FROM_II = 451;
1102+
NOT_DISTINCT_FROM_IL = 452;
1103+
NOT_DISTINCT_FROM_IF = 453;
1104+
NOT_DISTINCT_FROM_ID = 454;
1105+
NOT_DISTINCT_FROM_LU = 455;
1106+
NOT_DISTINCT_FROM_LI = 456;
1107+
NOT_DISTINCT_FROM_LL = 457;
1108+
NOT_DISTINCT_FROM_LF = 458;
1109+
NOT_DISTINCT_FROM_LD = 459;
1110+
NOT_DISTINCT_FROM_FU = 460;
1111+
NOT_DISTINCT_FROM_FI = 461;
1112+
NOT_DISTINCT_FROM_FL = 462;
1113+
NOT_DISTINCT_FROM_FF = 463;
1114+
NOT_DISTINCT_FROM_FD = 464;
1115+
NOT_DISTINCT_FROM_DU = 465;
1116+
NOT_DISTINCT_FROM_DI = 466;
1117+
NOT_DISTINCT_FROM_DL = 467;
1118+
NOT_DISTINCT_FROM_DF = 468;
1119+
NOT_DISTINCT_FROM_DD = 469;
1120+
NOT_DISTINCT_FROM_SU = 470;
1121+
NOT_DISTINCT_FROM_SS = 471;
1122+
1123+
NOT_DISTINCT_FROM_UB = 472;
1124+
NOT_DISTINCT_FROM_UI = 473;
1125+
NOT_DISTINCT_FROM_UL = 474;
1126+
NOT_DISTINCT_FROM_UF = 475;
1127+
NOT_DISTINCT_FROM_UD = 476;
1128+
NOT_DISTINCT_FROM_US = 477;
1129+
NOT_DISTINCT_FROM_UV = 478;
1130+
NOT_DISTINCT_FROM_VU = 479;
1131+
NOT_DISTINCT_FROM_VV = 480;
1132+
NOT_DISTINCT_FROM_BYU = 481;
1133+
NOT_DISTINCT_FROM_BYBY = 482;
1134+
NOT_DISTINCT_FROM_UBY = 483;
1135+
NOT_DISTINCT_FROM_EE = 484;
1136+
NOT_DISTINCT_FROM_ES = 485;
1137+
NOT_DISTINCT_FROM_SE = 486;
1138+
NOT_DISTINCT_FROM_EU = 487;
1139+
NOT_DISTINCT_FROM_UE = 488;
1140+
NOT_DISTINCT_FROM_IDID = 489;
1141+
NOT_DISTINCT_FROM_IDS = 490;
1142+
NOT_DISTINCT_FROM_SID = 491;
1143+
NOT_DISTINCT_FROM_UID = 492;
1144+
NOT_DISTINCT_FROM_IDU = 493;
1145+
NOT_DISTINCT_FROM_NN = 494;
11471146
}
11481147
optional PRelOpValue super = 1;
11491148
optional PBinaryPhysicalOperator operator = 2;

yaml-tests/src/test/java/YamlIntegrationTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@ void like(YamlTest.Runner runner) throws Exception {
195195
}
196196

197197
@TestTemplate
198+
@MaintainYamlTestConfig(YamlTestConfigFilters.CORRECT_EXPLAIN_AND_METRICS)
198199
void distinctFrom(YamlTest.Runner runner) throws Exception {
199200
runner.runYamsql("distinct-from.yamsql");
200201
}

0 commit comments

Comments
 (0)