-
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
Update Table.union
#9952
Comments
Radosław Waśko reports a new STANDUP for yesterday (2024-05-15): Progress: Some additional fixes in the DataLink PR. Got merged a PR preparing for Cloud endpoint move. Prepared a PR reverting a temporary fallback. Started work on Table.union improvement - clarifications, documenting new behaviour to deeper understand what we need. It should be finished by 2024-05-21. Next Day: Next day I will be working on the same task. Update tests. Update implementation. |
Radosław Waśko reports a new STANDUP for yesterday (2024-05-16): Progress: Updated Union tests to reflect the new semantics. Some minor docs clarifications. Last minute improvements to Datalink PR, finally merged. It should be finished by 2024-05-21. Next Day: Next day I will be working on the same task. Update implementation. |
Radosław Waśko reports a new STANDUP for the provided date (2024-05-17): Progress: Implemented the new column matching logic, incl. In_List and error handling. Updating the column type unification logic - WIP. It should be finished by 2024-05-21. Next Day: Next day I will be working on the same task. Continue implementation of new type merging logic for Union. |
Radosław Waśko reports a new STANDUP for today (2024-05-20): Progress: Got the unification mostly working on in-memory. Also aligned the DB backend - SQLite tests are passing. Postgres crashing. It should be finished by 2024-05-21. Next Day: Next day I will be working on the same task. Fix Postgres problem. Add missing warning on Date->Date_Time. Try cleanup as there's some repetitiveness in current implementation between DB and in-mem. |
Radosław Waśko reports a new STANDUP for yesterday (2024-05-21): Progress: Finished DB implementation. Code cleanup, implemented warnings for Date->Date_Time, fixed failing tests and separated type logic changes to only affect Union. PR ready and reviewed. One seemingly unrelated test is failing so blocked from merge :( It should be finished by 2024-05-21. Next Day: Next day I will be working on the #9849 task. Fix that one test and get the PR in. Work on next task (UTF BOM). |
Allow more relaxed type coercion.
Changes to the API:
allow_type_widening
is removed.keep_unmatched_columns
is removed.keep_columns
arguments with new Atom type:(feel free to name better!)
tables
should have a vector editor as default widget.The text was updated successfully, but these errors were encountered: