enso-org / enso

Hybrid visual and textual functional programming.
https://enso.org
Apache License 2.0
7.31k stars 318 forks source link

Read `Decimal` column from Postgres into in-memory table #10213

Closed GregoryTravis closed 5 days ago

enso-bot[bot] commented 1 month ago

Greg Travis reports a new STANDUP for today (2024-06-07):

Progress: implemented reading and uploading Decimals in Postgres; tests not passing yet It should be finished by 2024-06-26.

Next Day: tests

enso-bot[bot] commented 2 weeks ago

Greg Travis reports a new STANDUP for today (2024-06-17):

Progress: working round-trip for decimals in postgres; investigating new test failures for integers + floats, and postgres type inference It should be finished by 2024-06-26.

Next Day: tests

enso-bot[bot] commented 2 weeks ago

Greg Travis reports a new STANDUP for today (2024-06-18):

Progress: Continuing to investigate test failures caused by supporting Decimals in Postgres. It should be finished by 2024-06-26.

Next Day: test failures

enso-bot[bot] commented 2 weeks ago

Greg Travis reports a new STANDUP for today (2024-06-19):

Progress: Continuing to investigate test failures caused by supporting Decimals in Postgres. Learning in-mem and postgres type inference; probably going to revert the use of InferredBuilder for Postgres Decimal columns It should be finished by 2024-06-26.

Next Day: test failures

enso-bot[bot] commented 2 weeks ago

Greg Travis reports a new STANDUP for today (2024-06-20):

Progress: Continuing to investigate test failures caused by supporting Decimals in Postgres. Learning in-mem and postgres type inference; probably going to revert the use of InferredBuilder for Postgres Decimal columns It should be finished by 2024-06-26.

Next Day: test failures

enso-bot[bot] commented 2 weeks ago

Greg Travis reports a new STANDUP for today (2024-06-21):

Progress: fixed all but one decimal-related test failure; one remaining test failure: summing integers can result in Decimal, which should be fixed before merge, since it affects non-Decimal columns It should be finished by 2024-06-26.

Next Day: test failures

enso-bot[bot] commented 1 week ago

Greg Travis reports a new STANDUP for today (2024-06-24):

Progress: overriding type inference for Aggregate_Column.Sum so that integer sums do not become Decimal values It should be finished by 2024-06-26.

Next Day: test failures

enso-bot[bot] commented 1 week ago

Greg Travis reports a new STANDUP for today (2024-06-25):

Progress: Wrote dialect-specific code to cast an column that should be an integer to be an integer. Sum of postgres bigints is now integer instead of decimal; next I will generalize to other aggregation operations. It should be finished by 2024-06-26.

Next Day: test failures

enso-bot[bot] commented 1 week ago

Greg Travis reports a new 🔴 DELAY for today (2024-06-26):

Summary: There is 1 days delay in implementation of the Read Decimal column from Postgres into in-memory table (#10213) task. It will cause 0 days delay for the delivery of this weekly plan.

Delay Cause: extreme carefulness

enso-bot[bot] commented 1 week ago

Greg Travis reports a new STANDUP for today (2024-06-26):

Progress: Fixed output types of main aggregations. Will now write tests verifying arithmetic operations. It should be finished by 2024-06-27.

Next Day: test failures

enso-bot[bot] commented 1 week ago

Greg Travis reports a new 🔴 DELAY for today (2024-06-27):

Summary: There is 1 days delay in implementation of the Read Decimal column from Postgres into in-memory table (#10213) task. It will cause 0 days delay for the delivery of this weekly plan.

Delay Cause: extreme carefulness

enso-bot[bot] commented 1 week ago

Greg Travis reports a new STANDUP for today (2024-06-27):

Progress: Finished testing + fixing aggregation output types; review for that implementation; now checking binary operations for Decimal conversion It should be finished by 2024-06-28.

Next Day: test failures

enso-bot[bot] commented 1 week ago

Greg Travis reports a new 🔴 DELAY for today (2024-06-28):

Summary: There is 3 days delay in implementation of the Read Decimal column from Postgres into in-memory table (#10213) task. It will cause 0 days delay for the delivery of this weekly plan.

Delay Cause: extreme carefulness

enso-bot[bot] commented 1 week ago

Greg Travis reports a new STANDUP for today (2024-06-28):

Progress: Finished testing + fixing aggregation output types; review for that implementation; now checking binary operations for Decimal conversion It should be finished by 2024-07-01.

Next Day: test failures

enso-bot[bot] commented 5 days ago

Greg Travis reports a new 🔴 DELAY for the provided date (2024-07-01):

Summary: There is 1 days delay in implementation of the Read Decimal column from Postgres into in-memory table (#10213) task. It will cause 0 days delay for the delivery of this weekly plan.

Delay Cause: extreme carefulness

enso-bot[bot] commented 5 days ago

Greg Travis reports a new STANDUP for the provided date (2024-07-01):

Progress: Fixing type inference for division; investigating consistency with Enso arithmetic It should be finished by 2024-07-02.

Next Day: test failures'