Skip to content

Commit

Permalink
[UT]Fix pushdown subfield ut (#53090)
Browse files Browse the repository at this point in the history
Signed-off-by: Seaven <[email protected]>
  • Loading branch information
Seaven authored Nov 21, 2024
1 parent d42eb66 commit f1e15ed
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1007,12 +1007,8 @@ public void testPushdownSubfield() throws Exception {
QueryDumpInfo queryDumpInfo = getDumpInfoFromJson(dumpString);
Pair<QueryDumpInfo, String> replayPair = getPlanFragment(dumpString, queryDumpInfo.getSessionVariable(),
TExplainLevel.NORMAL);
Assert.assertTrue(replayPair.second, replayPair.second.contains(" 10:Project\n" +
" | <slot 103> : 103: id\n" +
" | <slot 104> : 104: mock_098\n" +
" | <slot 164> : 164: mock_107\n" +
" | <slot 512> : get_json_string(107: mock_031, '$.\"email_Domain1__c\"')\n" +
" | <slot 513> : get_json_string(107: mock_031, '$.\"fY21_Territory_Score__c\"')\n" +
Assert.assertTrue(replayPair.second, replayPair.second.contains(
"get_json_string(107: mock_031, '$.\"fY21_Territory_Score__c\"')\n" +
" | \n" +
" 9:OlapScanNode\n" +
" TABLE: tbl_mock_103"));
Expand Down

0 comments on commit f1e15ed

Please sign in to comment.