You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: airbyte-integrations/connectors/source-mysql/src/main/java/io/airbyte/integrations/source/mysql/cdc/CustomMySQLTinyIntOneToBooleanConverter.java
Copy file name to clipboardExpand all lines: airbyte-integrations/connectors/source-mysql/src/main/java/io/airbyte/integrations/source/mysql/cdc/MySqlDebeziumStateUtil.java
Copy file name to clipboardExpand all lines: airbyte-integrations/connectors/source-mysql/src/test/java/io/airbyte/integrations/source/mysql/CdcMysqlSourceTest.java
+4-5
Original file line number
Diff line number
Diff line change
@@ -780,11 +780,10 @@ public void testTwoStreamSync() throws Exception {
780
780
}
781
781
782
782
/**
783
-
* This test creates lots of tables increasing the schema history size above the limit of
784
-
* {@link AirbyteSchemaHistoryStorage#SIZE_LIMIT_TO_COMPRESS_MB} forcing the
785
-
* {@link AirbyteSchemaHistoryStorage#read()} method to compress the schema history blob as part of
786
-
* the state message which allows us to test that the next sync is able to work fine when provided
787
-
* with a compressed blob in the state.
783
+
* This test creates lots of tables increasing the schema history size above the limit of forcing
784
+
* the {@link AirbyteSchemaHistoryStorage#read()} method to compress the schema history blob as part
785
+
* of the state message which allows us to test that the next sync is able to work fine when
| 3.6.7 | 2024-07-30 |[42550](https://github.com/airbytehq/airbyte/pull/42550)| Correctly report stream states. |
239
-
| 3.6.6 | 2024-07-29 |[42852](https://github.com/airbytehq/airbyte/pull/42852)| Bump CDK version to latest to use new bug fixes on error translation. |
| 3.6.7 | 2024-07-30 |[42550](https://github.com/airbytehq/airbyte/pull/42550)| Correctly report stream states. |
240
+
| 3.6.6 | 2024-07-29 |[42852](https://github.com/airbytehq/airbyte/pull/42852)| Bump CDK version to latest to use new bug fixes on error translation. |
0 commit comments