-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
planner: open the new only_full_group_by check #7
Commits on Mar 2, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5e0afbe - Browse repository at this point
Copy the full SHA 5e0afbeView commit details
Commits on Mar 4, 2022
-
refine the open only-full-group-check
Signed-off-by: ailinkid <314806019@qq.com>
Configuration menu - View commit details
-
Copy full SHA for 1a2839e - Browse repository at this point
Copy the full SHA 1a2839eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 25570e3 - Browse repository at this point
Copy the full SHA 25570e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6474f2f - Browse repository at this point
Copy the full SHA 6474f2fView commit details
Commits on Mar 6, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 1c5053f - Browse repository at this point
Copy the full SHA 1c5053fView commit details
Commits on Mar 7, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 486f99c - Browse repository at this point
Copy the full SHA 486f99cView commit details -
inital fds's map for tableDual
Signed-off-by: ailinkid <314806019@qq.com>
Configuration menu - View commit details
-
Copy full SHA for 5bb98ea - Browse repository at this point
Copy the full SHA 5bb98eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 197b9e3 - Browse repository at this point
Copy the full SHA 197b9e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 603b8ec - Browse repository at this point
Copy the full SHA 603b8ecView commit details -
fix create view should report only full group by error
Signed-off-by: ailinkid <314806019@qq.com>
Configuration menu - View commit details
-
Copy full SHA for 5dea823 - Browse repository at this point
Copy the full SHA 5dea823View commit details
Commits on Mar 8, 2022
-
fix outer projection wrongly utilize subquery/view's agg flag
Signed-off-by: ailinkid <314806019@qq.com>
Configuration menu - View commit details
-
Copy full SHA for 7ba8d74 - Browse repository at this point
Copy the full SHA 7ba8d74View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e86bbb - Browse repository at this point
Copy the full SHA 3e86bbbView commit details -
fix join miss merging of the not-null-cols and registered map
Signed-off-by: ailinkid <314806019@qq.com>
Configuration menu - View commit details
-
Copy full SHA for 025afb9 - Browse repository at this point
Copy the full SHA 025afb9View commit details -
inject the FD for generated columns in datasource
Signed-off-by: ailinkid <314806019@qq.com>
Configuration menu - View commit details
-
Copy full SHA for d476e40 - Browse repository at this point
Copy the full SHA d476e40View commit details -
Signed-off-by: ailinkid <314806019@qq.com>
Configuration menu - View commit details
-
Copy full SHA for f589165 - Browse repository at this point
Copy the full SHA f589165View commit details -
distinguish unique lax FD and non-unique lax FD
Signed-off-by: ailinkid <314806019@qq.com>
Configuration menu - View commit details
-
Copy full SHA for 5df67ab - Browse repository at this point
Copy the full SHA 5df67abView commit details
Commits on Mar 9, 2022
-
todo: eval-not-null func refuse NOT wrapper
Signed-off-by: ailinkid <314806019@qq.com>
Configuration menu - View commit details
-
Copy full SHA for b543e6f - Browse repository at this point
Copy the full SHA b543e6fView commit details -
use allCons to extract constant and equivalence FD for inner join
Signed-off-by: ailinkid <314806019@qq.com>
Configuration menu - View commit details
-
Copy full SHA for 248cf04 - Browse repository at this point
Copy the full SHA 248cf04View commit details -
left join can extend left pk to all cols
Signed-off-by: ailinkid <314806019@qq.com>
Configuration menu - View commit details
-
Copy full SHA for f244b5c - Browse repository at this point
Copy the full SHA f244b5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f4213c8 - Browse repository at this point
Copy the full SHA f4213c8View commit details
Commits on Mar 10, 2022
-
compute the complete closure of a FD before project cols
Signed-off-by: ailinkid <314806019@qq.com>
Configuration menu - View commit details
-
Copy full SHA for 7d4d37e - Browse repository at this point
Copy the full SHA 7d4d37eView commit details -
compute the new derived FD for left join, named as 3.3.1
Signed-off-by: ailinkid <314806019@qq.com>
Configuration menu - View commit details
-
Copy full SHA for 20bd3d6 - Browse repository at this point
Copy the full SHA 20bd3d6View commit details
Commits on Mar 12, 2022
-
build equivalence from subquery's projected correlated-col to outer b…
…ase col Signed-off-by: ailinkid <314806019@qq.com>
Configuration menu - View commit details
-
Copy full SHA for de1d49f - Browse repository at this point
Copy the full SHA de1d49fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 21c2eea - Browse repository at this point
Copy the full SHA 21c2eeaView commit details
Commits on Mar 13, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 46a0ab8 - Browse repository at this point
Copy the full SHA 46a0ab8View commit details -
Configuration menu - View commit details
-
Copy full SHA for feb2ce4 - Browse repository at this point
Copy the full SHA feb2ce4View commit details
Commits on Mar 14, 2022
-
fix selection above left join / fix col can be nullable after outer j…
…oin / fix only inner filter Signed-off-by: ailinkid <314806019@qq.com>
Configuration menu - View commit details
-
Copy full SHA for bd92c87 - Browse repository at this point
Copy the full SHA bd92c87View commit details -
fix selection above left join with constant
Signed-off-by: ailinkid <314806019@qq.com>
Configuration menu - View commit details
-
Copy full SHA for 4c56b17 - Browse repository at this point
Copy the full SHA 4c56b17View commit details