Commit 6852d50
authored
chore: simplify map const (#18440)
## Which issue does this PR close?
## Rationale for this change
map const wont be simplified, the comment says "TODO: support the
optimization for `Map` type after support impl hash for it", but it
seems that hash is already supported for map.
## What changes are included in this PR?
remove the todo
## Are these changes tested?
UT
## Are there any user-facing changes?
No1 parent 7b5685b commit 6852d50
File tree
2 files changed
+13
-25
lines changed- datafusion
- optimizer/src/simplify_expressions
- sqllogictest/test_files
2 files changed
+13
-25
lines changedLines changed: 2 additions & 25 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
722 | 722 | | |
723 | 723 | | |
724 | 724 | | |
725 | | - | |
726 | | - | |
727 | | - | |
728 | | - | |
729 | | - | |
730 | | - | |
731 | | - | |
732 | | - | |
733 | | - | |
734 | | - | |
735 | | - | |
| 725 | + | |
736 | 726 | | |
737 | 727 | | |
738 | 728 | | |
739 | 729 | | |
740 | | - | |
741 | | - | |
742 | | - | |
743 | | - | |
744 | | - | |
745 | | - | |
746 | | - | |
747 | | - | |
748 | | - | |
749 | | - | |
750 | | - | |
751 | | - | |
752 | | - | |
753 | | - | |
| 730 | + | |
754 | 731 | | |
755 | 732 | | |
756 | 733 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
0 commit comments