-
Notifications
You must be signed in to change notification settings - Fork 326
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
Add rounding functions to the In-Database Column type #6886
Comments
Greg Travis reports a new STANDUP for today (2023-06-06): Progress: learning about dialects It should be finished by 2023-06-12. Next Day: more |
Greg Travis reports a new STANDUP for today (2023-06-07): Progress: Study Dialect implementation, propose and discuss plan for .truncate with Radek; implement truncate and one test; setup for postgres testing; separate pg+sl trunc implementations It should be finished by 2023-06-12. Next Day: more |
Greg Travis reports a new STANDUP for today (2023-06-08): Progress: db trunc, ceil, floor; made the sqlite parser stack overflow; converting rounding code to sql It should be finished by 2023-06-12. Next Day: more |
Greg Travis reports a new STANDUP for today (2023-06-09): Progress: discussion with James; reimplement rounding as column arithmetic It should be finished by 2023-06-12. Next Day: full rounding tests |
Greg Travis reports a new STANDUP for today (2023-06-12): Progress: rounding tests; edge cases; sqlite/pg differences It should be finished by 2023-06-12. Next Day: more tests |
Greg Travis reports a new 🔴 DELAY for today (2023-06-13): Summary: There is 1 days delay in implementation of the Add rounding functions to the In-Database Column type (#6886) task. Delay Cause: lots of cases |
Greg Travis reports a new STANDUP for today (2023-06-13): Progress: Fixing up const columns and adding tests; make trunc, floor, ceil generic; tests tests tests; sent generic pr It should be finished by 2023-06-13. Next Day: specializations |
Greg Travis reports a new 🔴 DELAY for today (2023-06-14): Summary: There is 1 days delay in implementation of the Add rounding functions to the In-Database Column type (#6886) task. Delay Cause: review |
Greg Travis reports a new STANDUP for today (2023-06-14): Progress: Review; try + fail to reimplement not as an operator It should be finished by 2023-06-14. Next Day: specializations |
Greg Travis reports a new 🔴 DELAY for today (2023-06-15): Summary: There is 1 days delay in implementation of the Add rounding functions to the In-Database Column type (#6886) task. Delay Cause: review |
Greg Travis reports a new STANDUP for today (2023-06-15): Progress: column arithmetic for in-mem too; only test decimal on pg-like; factor out dp check; in-memory constant columns; share implementation with evaluate_expression and get rid of op It should be finished by 2023-06-15. Next Day: specializations |
Greg Travis reports a new 🔴 DELAY for today (2023-06-16): Summary: There is 1 days delay in implementation of the Add rounding functions to the In-Database Column type (#6886) task. Delay Cause: it just never ends |
Greg Travis reports a new STANDUP for today (2023-06-16): Progress: Symmetric rounding for all three; Integer rounding for db; parity between different implementations It should be finished by 2023-06-16. Next Day: specializations |
Greg Travis reports a new 🔴 DELAY for today (2023-06-19): Summary: There is 3 days delay in implementation of the Add rounding functions to the In-Database Column type (#6886) task. Delay Cause: review |
Greg Travis reports a new STANDUP for today (2023-06-19): Progress: review; integer-only rounding; return types; mysterious missing Clue error It should be finished by 2023-06-19. Next Day: specializations |
Greg Travis reports a new 🔴 DELAY for today (2023-06-20): Summary: There is 1 days delay in implementation of the Add rounding functions to the In-Database Column type (#6886) task. Delay Cause: in-mem parity |
Greg Travis reports a new STANDUP for today (2023-06-20): Progress: Correct return types: pg, sl, in-mem; Clue bug; mixed column issue with column arithmetic It should be finished by 2023-06-20. Next Day: specializations |
Greg Travis reports a new 🔴 DELAY for today (2023-06-21): Summary: There is 1 days delay in implementation of the Add rounding functions to the In-Database Column type (#6886) task. Delay Cause: postgres round losing precision |
Greg Travis reports a new STANDUP for today (2023-06-21): Progress: input check for in-mem round; use make_function; why is postgres round losing precision? It should be finished by 2023-06-21. Next Day: specializations |
Greg Travis reports a new 🔴 DELAY for today (2023-06-22): Summary: There is 1 days delay in implementation of the Add rounding functions to the In-Database Column type (#6886) task. Delay Cause: postgres+sqlite idiosyncrasies |
Greg Travis reports a new STANDUP for today (2023-06-22): Progress: return types; postgres decimal special case; sqlite integer bit size It should be finished by 2023-06-22. Next Day: specializations (sigh) |
Greg Travis reports a new 🔴 DELAY for today (2023-06-23): Summary: There is 1 days delay in implementation of the Add rounding functions to the In-Database Column type (#6886) task. Delay Cause: nan/inf handling |
Greg Travis reports a new STANDUP for today (2023-06-23): Progress: fixed pg return value; nan/inf handling It should be finished by 2023-06-23. Next Day: specializations (sigh) |
Greg Travis reports a new 🔴 DELAY for today (2023-06-26): Summary: There is 1 days delay in implementation of the Add rounding functions to the In-Database Column type (#6886) task. Delay Cause: return types, builtins |
Greg Travis reports a new 🔴 DELAY for today (2023-06-26): Summary: There is 2 days delay in implementation of the Add rounding functions to the In-Database Column type (#6886) task. Delay Cause: return types, builtins |
Greg Travis reports a new STANDUP for today (2023-06-26): Progress: Rounding return types; using builtin round It should be finished by 2023-06-26. Next Day: specializations (sigh) |
Greg Travis reports a new 🔴 DELAY for today (2023-06-27): Summary: There is 1 days delay in implementation of the Add rounding functions to the In-Database Column type (#6886) task. Delay Cause: Fixing round literal problem |
Greg Travis reports a new STANDUP for today (2023-06-27): Progress: Fixed round() literal problem, finished rounding review; fill_column tweaks It should be finished by 2023-06-27. Next Day: fill_column |
Greg Travis reports a new 🔴 DELAY for today (2023-06-28): Summary: There is 1 days delay in implementation of the Add rounding functions to the In-Database Column type (#6886) task. Delay Cause: Reimplementing in-mem java column ops |
Greg Travis reports a new STANDUP for today (2023-06-28): Progress: Reimplement Java ops for round, etc, to allow returning Nothing It should be finished by 2023-06-28. Next Day: fill_column |
Greg Travis reports a new 🔴 DELAY for today (2023-06-29): Summary: There is 1 days delay in implementation of the Add rounding functions to the In-Database Column type (#6886) task. Delay Cause: flaky precision test |
Greg Travis reports a new STANDUP for today (2023-06-29): Progress: Epsilon for flaky sqlite rounding test; fill_nothing/empty for db Table; parse_to_columns row drop bug; combine pattern and regex It should be finished by 2023-06-29. Next Day: fill_column |
Greg Travis reports a new 🔴 DELAY for today (2023-06-30): Summary: There is 1 days delay in implementation of the Add rounding functions to the In-Database Column type (#6886) task. Delay Cause: CI failures |
Greg Travis reports a new STANDUP for today (2023-06-30): Progress: Three reviews; CI test failures; Text.replace regex param It should be finished by 2023-06-30. Next Day: fill_column |
Add ceil, floor, truncate and round to the Database.
The text was updated successfully, but these errors were encountered: