-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Cassandra Schema and Value Mapping #2048
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
Cassandra Schema and Value Mapping #2048
Conversation
678b789 to
f9f00fc
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2048 +/- ##
============================================
+ Coverage 45.98% 46.16% +0.17%
- Complexity 3812 4167 +355
============================================
Files 851 856 +5
Lines 50844 51010 +166
Branches 5359 5365 +6
============================================
+ Hits 23383 23547 +164
- Misses 25759 25760 +1
- Partials 1702 1703 +1
|
9a82e35 to
3d23485
Compare
3d23485 to
d3fe56c
Compare
46039b0 to
452f060
Compare
452f060 to
44d8587
Compare
8118ab4 to
677859f
Compare
677859f to
a707306
Compare
.../google/cloud/teleport/v2/source/reader/io/cassandra/mappings/CassandraMappingsProvider.java
Show resolved
Hide resolved
...main/java/com/google/cloud/teleport/v2/source/reader/io/cassandra/rowmapper/FieldMapper.java
Show resolved
Hide resolved
a707306 to
b1f60a1
Compare
|
LGTM |
bharadwaj-aditya
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks fine overall. Please address the comments before merging.
...in/java/com/google/cloud/teleport/v2/datastream/transforms/FormatDatastreamRecordToJson.java
Outdated
Show resolved
Hide resolved
...in/java/com/google/cloud/teleport/v2/datastream/transforms/FormatDatastreamRecordToJson.java
Show resolved
Hide resolved
.../google/cloud/teleport/v2/source/reader/io/cassandra/mappings/CassandraMappingsProvider.java
Outdated
Show resolved
Hide resolved
...c/main/java/com/google/cloud/teleport/v2/source/reader/io/cassandra/rowmapper/RowMapper.java
Outdated
Show resolved
Hide resolved
...java/com/google/cloud/teleport/v2/source/reader/io/schema/typemapping/UnifiedTypeMapper.java
Show resolved
Hide resolved
...on/src/test/java/com/google/cloud/teleport/v2/spanner/migrations/avro/AvroTestingHelper.java
Show resolved
Hide resolved
37a95ec to
b9af015
Compare
b9af015 to
b277aa2
Compare
VardhanThigle
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IT tests are failing, due to
{"errors":[{"code":"TOOMANYREQUESTS","message":"Quota exceeded for quota metric 'Requests per project in the US multi-region' and limit 'Requests per project in the US multi-region per minute' of service 'artifactregistry.googleapis.com' for consumer 'project_number:167633336322'."}]}The same workflow had passed on this PR 13 hours ago.
Even the scheduled workflow on main seems to be flaky.
cd28d01
into
GoogleCloudPlatform:main
Cassandra Schema and Data mapping for primitive types.
This PR covers mapping of primitive types to Avro for Cassandra.
As of this PR, all the non-primitive types are mapped to
null.TODOS:
CassandraIO.