Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix generics in RecordDiffer.java (#36462)
[RecordDiffer.buildIdentityComparator](https://github.com/airbytehq/airbyte/blob/master/airbyte-cdk/java/airbyte-cdk/typing-deduping/src/testFixtures/java/io/airbyte/integrations/base/destination/typing_deduping/RecordDiffer.java#L155) is causing me troubles when converting to kotlin. I think the reason is the use of raw types, which I tracked down to the [extract](https://github.com/airbytehq/airbyte/blob/a8fa18ff3b5377dfd39598283eb8262e09dec095/airbyte-cdk/java/airbyte-cdk/typing-deduping/src/testFixtures/java/io/airbyte/integrations/base/destination/typing_deduping/RecordDiffer.java#L436) I think I'm doing what was initially intended, but I'd really appreciate several extra pairs of eyes on this!
- Loading branch information