Skip to content
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

Various fixes to the MySQL python commands #515

Merged
merged 4 commits into from
Mar 30, 2024

Conversation

aadant
Copy link
Collaborator

@aadant aadant commented Mar 26, 2024

mysql_dumper.py

  • support for partitioned tables only, without the --partitioned_table_only flag, tables and partitioned matching the regexps are dumped
  • support for very large dump definitions with a lot of partitions
  • all tables are selected by default (--include_tables_regex .)

mysql_parser.py

sink-connector/python/db_compare/clickhouse_table_checksum.py

  • added a max_datetime_value to even out sub-second discrepancies in the max datetimes (overflows)

@aadant aadant requested a review from subkanthi March 26, 2024 22:59
@aadant aadant changed the title Various fixes to the python commands Various fixes to the MySQL python commands Mar 26, 2024
@subkanthi subkanthi changed the base branch from develop to 2.0.2 March 27, 2024 13:15
Copy link
Collaborator

@minguyen9988 minguyen9988 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@subkanthi subkanthi merged commit 5cd10f2 into Altinity:2.0.2 Mar 30, 2024
4 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants