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

Fix datetime limits #379

Merged
merged 37 commits into from
Dec 7, 2023
Merged
Changes from 1 commit
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
f55a348
Added test case to test datatypes replication when clickhouse server …
subkanthi Nov 17, 2023
534c06c
Removed postgres.yml.OLD
subkanthi Nov 17, 2023
9f47a23
Added test case to retrieve server timezone
subkanthi Nov 17, 2023
a898275
Merge branch 'develop' into fix_datetime_limits
subkanthi Nov 17, 2023
01de83f
Converted logic of converting datetime, added function to retrieve cl…
subkanthi Nov 20, 2023
63e2223
Merge branch 'develop' of github.com:Altinity/clickhouse-sink-connect…
subkanthi Nov 20, 2023
8ede79d
Merge branch 'fix_datetime_limits' of github.com:Altinity/clickhouse-…
subkanthi Nov 20, 2023
1d5dbb5
Added integration test for testing data types in schema only mode
subkanthi Nov 21, 2023
7f4ed11
Merge branch 'develop' into fix_datetime_limits
subkanthi Nov 22, 2023
44ab85d
Added logic to override DateTime/DateTime64 insert syntax to String
subkanthi Nov 22, 2023
aedf70d
Merge branch 'fix_datetime_limits' of github.com:Altinity/clickhouse-…
subkanthi Nov 22, 2023
492f007
Added logic to limit DateTime/DateTime32, DateTime64 based on clickho…
subkanthi Nov 23, 2023
63bb852
Added new class to store column overrides
subkanthi Nov 23, 2023
334ad64
Added more test cases to cover datetime limits in DebeziumConverterTest
subkanthi Nov 24, 2023
db76a1a
Added tests for microtimestamp converter(dateTime(4, 5, 6)
subkanthi Nov 25, 2023
d7199e9
Fixed DateTime max range for timestamp converter
subkanthi Nov 25, 2023
ecc4061
Added test to validate precision in datetime fields
subkanthi Nov 27, 2023
16e4655
Fixed integration tests for datetime, added logic to include primary …
subkanthi Nov 27, 2023
0ebaae9
Fixed logic of retrieving precision from CREATE DDL and mapping it to…
subkanthi Nov 29, 2023
30e8553
Merge branch 'develop' of github.com:Altinity/clickhouse-sink-connect…
subkanthi Nov 29, 2023
c0a00c7
Fix unit tests for data type converter
subkanthi Nov 29, 2023
1a5cf29
Merge branch 'develop' of github.com:Altinity/clickhouse-sink-connect…
subkanthi Nov 29, 2023
867ca00
Added tests to cover timezone
subkanthi Dec 1, 2023
34bbd0e
Added test to validate datetime when user configuration to override t…
subkanthi Dec 1, 2023
6f8b2d3
Added documentation on Datetime timezone override logic
subkanthi Dec 1, 2023
cc397ba
Updated JDK to 17 for lightweight, added tests to validate timezone o…
subkanthi Dec 1, 2023
ce6995b
Pulled changes from develop
subkanthi Dec 1, 2023
fbe9ce8
Fixed integration unit tests
subkanthi Dec 2, 2023
4ce61ee
Updated JDK to 17 and fixed google guice requirements for JDK 17, Add…
subkanthi Dec 4, 2023
710e650
Updated JDK to 17 in github workflows
subkanthi Dec 4, 2023
0cd215d
Update to JDK 17 in docker-build.yml
subkanthi Dec 4, 2023
d4ae914
Fixed flow when skip_replica_start is set
subkanthi Dec 4, 2023
ddfbc7c
Updated test cases to include forceStart flag when restarting debezium
subkanthi Dec 4, 2023
9092cc4
Use clickhouse-jdbc functions to parse the data type from column name…
subkanthi Dec 5, 2023
4c1d490
Pulled changes from develop
subkanthi Dec 5, 2023
e498af9
Fixed limits check in DateTime tests
subkanthi Dec 7, 2023
aad4813
Update configuration of timezone and binary.handling.mode in config.yml
subkanthi Dec 7, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update to JDK 17 in docker-build.yml
  • Loading branch information
subkanthi committed Dec 4, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 0cd215d355b1e264f90aaaad4d671d2b0d8a8592
6 changes: 3 additions & 3 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
@@ -24,10 +24,10 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Set up JDK 11
- name: Set up JDK 17
uses: actions/setup-java@v2
with:
java-version: '11'
java-version: '17'
distribution: 'temurin'
cache: maven

@@ -111,4 +111,4 @@ jobs:

- name: Upload Docker image (Lightweight)
if: ${{ env.DOCKERHUB_USERNAME != '' }}
run: docker image push altinityinfra/clickhouse-sink-connector:${{ env.IMAGE_TAG }}-lt
run: docker image push altinityinfra/clickhouse-sink-connector:${{ env.IMAGE_TAG }}-lt