January 2025
Upsolver new features, enhancements, and bug fixes for December 2024.
Last updated
Upsolver new features, enhancements, and bug fixes for December 2024.
Last updated
⬆️ Enhancements
: Newly discovered tables in the source database will be created immediately in the target. Additionally, empty tables and columns within the target table will be created. Currently, this feature is limited to source tables, and and target tables.
You can now decide what should be the schema strategy on column type mismatch, using the ON_COLUMN_TYPE_MISMATCH
key - ignore or add a new column for the new type
Iceberg: Now you can configure Iceberg table properties in replication jobs:
We added support for converting equality deletes to position deletes files, instead of fully re-writing data files during compactions
When the partition field is missing or null, the row will be written into a null partition
🔧 Bug Fixes
Hive Tables: Fixed the issue when setting an end time for a sync job to a point earlier than the last processed time and then dropping the job, could cause delays in other jobs reading from the same table.