Skip to content

Commit

Permalink
Cassandra datatype handler (#2054)
Browse files Browse the repository at this point in the history
* Type handler (#10)

* Added Type Handler for Cassandra
* Added UT

* PR review comments fixes (#13)

* Refectored the code

* Handle Minor fixes

* Casting fixes

PR review comments fixed

* Type handler review cm (#14)

* updated comments

* Add additional missing case as well (#16)

* Resolve review comments and added test cases for null, min, max and incorrect value format

* Handle Exception

* Handle INet

* Handle Code Formate

* Added format and removeed raw import

* Added Null handling

* Added test cases for all remaining of cassandra datatype

* Address the formatter case

* Updated Comment

* mvn spotless:apply fixes

* Type handler ut fixes (#17)

* removed unwanted <> from comments

* Added Fixes for String formate

* Fix spotapply

* Type handler ut fixes (#18)

* removed unwanted <> from comments

* Added Fixes for String formate

* Fix spotapply

* Fixed the review comments and add Test with a non-zero offset and happy test

* Fixed the review comments and add Test with a non-zero offset and happy test

* Handle Sppoty fixes

---------

Co-authored-by: Narendra Rajput <[email protected]>

* Handle Inet from GCP package and also added Long Cast for List of Long

* Fix UT and Checklist style

* Handle Timestamp to Instant

* Fix UT and consolidate Instant Parsing

* Handle Fix related 2 date conversion

* improved date parsing

* Fixed review comments and coverage (#23)

* Fixed review comments and increased coverage

* ut_coverage_fixes

* Fixed UT for Inetaddress

---------

Co-authored-by: taherkl <[email protected]>
Co-authored-by: pawankashyapollion <[email protected]>
Co-authored-by: Narendra Rajput <[email protected]>
  • Loading branch information
4 people authored Dec 17, 2024
1 parent d2115ea commit 8479c8a
Show file tree
Hide file tree
Showing 2 changed files with 2,291 additions and 0 deletions.
Loading

0 comments on commit 8479c8a

Please sign in to comment.