-
Notifications
You must be signed in to change notification settings - Fork 323
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 update_database_table
to In-Memory
table
#6498
Comments
Radosław Waśko reports a new STANDUP for yesterday (2023-06-01): Progress: Refactoring Next Day: Next day I will be working on the same task. Finish the refactor. Continue writing tests. |
Radosław Waśko reports a new STANDUP for today (2023-06-02): Progress: finished the refactor and ensured tests are passing. The changes are already big so created a PR for phase 1. Rest will be in separate PR. It should be finished by 2023-06-07. Next Day: Next day I will be working on the same task. work on follow up - implement the insert and upsert logic |
Radosław Waśko reports a new STANDUP for yesterday (2023-06-05): Progress: Fixing the PR, continuing work on Insert. Meetings, reviews. It should be finished by 2023-06-07. Next Day: Next day I will be working on the same task. continue work on insert/upsert logic and tests |
…select_into_database_table`, implement `Set`. (#6925) First part for #6498 - refactoring of the upload infrastructure, in preparation for `update_database_table`. Implemented a `Set` data structure which was long needed. The APIs are added and an initial implementation is created, but it is not complete - but it has grown significantly already so the remaining implementation will be done as a separate PR. Adds some basic ability for a function to ensure that it is only executed from within a transaction.
Radosław Waśko reports a new 🔴 DELAY for today (2023-06-07): Summary: There is 6 days delay in implementation of the Add 4 of these 6 days is the long weekend. Delay Cause: I underestimated the task. I should have split it into smaller pieces (that's what I'm doing with the PRs). Fleshing out the specification and refactoring the related functionality took a lot of time and I did not expec this initially. Also a lot of stuff in parallel (meetings, reviews, bookclubs) so progress was not as fast as I initially anticipated. |
Radosław Waśko reports a new STANDUP for today (2023-06-07): Progress: Submitted a draft PR implementing the common input validation logic and Insert update action. Implemented tests for all scenarios (other update actions are marked as pending). Most tests are passing. It should be finished by 2023-06-13. Next Day: Next day I will be working on the same task. Fix the remaining tests and get the 1. Stage PR merged. Continue implementing the remaininga actions. |
Radosław Waśko reports a new STANDUP for yesterday (2023-06-12): Progress: Preparing the draft PR for review - fixing remaining tests. Implementing column constraints for create_table - needed for unit tests of default value handling because the DDL statements to create the table in the test were not portable enough, so I just extended our existing tool. Helping with legal review on the AWS PR. Meetings. It should be finished by 2023-06-13. Next Day: Next day I will be working on the same task. Get the PR merged. Catchup on bookclubs. Work on remaining Update-Actions. |
Radosław Waśko reports a new STANDUP for yesterday (2023-06-13): Progress: Addressing review comments on my PR, fixes. Meetings. Catching up on bookclubs. Reviews. It should be finished by 2023-06-13. Next Day: Next day I will be working on the same task. Work on remaining Update-Actions. |
Radosław Waśko reports a new 🔴 DELAY for today (2023-06-14): Summary: There is 1 days delay in implementation of the Add Delay Cause: Got the Insert on time but needed one more day for the remaining modes. I greatly underestimated the complexity when estimating initially. |
Radosław Waśko reports a new STANDUP for yesterday (2023-06-14): Progress: Implemented the remaining Update Actions, prepared a PR. It should be finished by 2023-06-14. Next Day: Next day I will be working on the #6887 task. Start work on integrating DB write with execution contexts. |
A suggestion would be to load a temp table and then do SELECT-INTO / UPDATE.
The text was updated successfully, but these errors were encountered: