Commit Graph

6 Commits

Author SHA1 Message Date
75470ede1a [fix](test) Fix some testcases #34203 2024-04-30 08:35:03 +08:00
3d66723214 [branch-2.1](auto-partition) pick auto partition and some more prs (#33523) 2024-04-11 17:12:17 +08:00
2708641bee [Fix]fix insert overwrite non-partition table null pointer exception (#33205)
fix legacy planner bug when insert overwrite non-partition table.
2024-04-11 09:31:50 +08:00
a532a08944 [Feature](Nereids)support insert overwrite for Nereids (#23682)
- support insert overwrite for Nereids
- Solving the problem of table ID changing(When no partition is specified,automatically specify all partitions for table )

todo: 
- Under the current processing logic, if the master restarts midway, it will generate dirty data (temp partition)
- for old planner ,insert overwrite table ,table id will change
2023-09-06 22:48:15 +08:00
f788acaa6e [fix](regression-test) fix insert overwrite case same db name issue (#19839) 2023-05-19 08:43:46 +08:00
0068828a94 [Feature](insert) support insert overwrite stmt (#19616) 2023-05-14 20:01:30 +08:00