-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Optimize Min/Max using Delta metadata #1525
Optimize Min/Max using Delta metadata #1525
Commits on Nov 22, 2023
-
Change tests to compare the results from not optimized path, instead …
…of hard coding it Signed-off-by: Felipe Fujiy Pessoto <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4a3ae3b - Browse repository at this point
Copy the full SHA 4a3ae3bView commit details -
Signed-off-by: Felipe Fujiy Pessoto <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ea937cf - Browse repository at this point
Copy the full SHA ea937cfView commit details -
Returns min/max results from Delta Stats. Support Count, Min and Max …
…in show(). Disable min/max optimization if table has Deletion Vectors Signed-off-by: Felipe Fujiy Pessoto <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c269974 - Browse repository at this point
Copy the full SHA c269974View commit details -
Signed-off-by: Felipe Fujiy Pessoto <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 61dbdc9 - Browse repository at this point
Copy the full SHA 61dbdc9View commit details -
Aggregates similar tests into a matrix.
Add column mapping tests using the existing traits. Add test using partitioned column filter Signed-off-by: Felipe Fujiy Pessoto <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0bd8be7 - Browse repository at this point
Copy the full SHA 0bd8be7View commit details -
Only extract the columns used in the query and avoids reading partiti…
…on values if all values were found in stats Signed-off-by: Felipe Fujiy Pessoto <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6ba89ce - Browse repository at this point
Copy the full SHA 6ba89ceView commit details -
Extract Count and Min/Max in a single method. Allows to extract Min/M…
…ax from partitioned columns even when COUNT is not available Fix style error Signed-off-by: Felipe Fujiy Pessoto <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2c70c6b - Browse repository at this point
Copy the full SHA 2c70c6bView commit details
Commits on Jan 5, 2024
-
-table with DVs -empty table -table with few AddFiles having zero rows Signed-off-by: Felipe Fujiy Pessoto <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a36413c - Browse repository at this point
Copy the full SHA a36413cView commit details -
Refactor to address PR comments
Signed-off-by: Felipe Fujiy Pessoto <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ce394fb - Browse repository at this point
Copy the full SHA ce394fbView commit details -
Refactor to address PR comments 2
Signed-off-by: Felipe Fujiy Pessoto <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b2b4984 - Browse repository at this point
Copy the full SHA b2b4984View commit details
Commits on Jan 6, 2024
-
Refactor to address PR comments 3
Signed-off-by: Felipe Fujiy Pessoto <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 923c423 - Browse repository at this point
Copy the full SHA 923c423View commit details
Commits on Jan 8, 2024
-
Refactor to address PR comments 4. Collect validation results with op…
…timization disabled Signed-off-by: Felipe Fujiy Pessoto <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3549f63 - Browse repository at this point
Copy the full SHA 3549f63View commit details -
Configuration menu - View commit details
-
Copy full SHA for 42b3edb - Browse repository at this point
Copy the full SHA 42b3edbView commit details