31 Commits (f7d2b1baf7745b0f505edd186e1731cc5c9f382c)

Author SHA1 Message Date
Greg Harris 2c969b14d3
KAFKA-9706: Handle null in keys or values when Flatten transformation is used (#8279) 5 years ago
Svend Vanderveken 169fa0efcc
MINOR: Fix error message in exception when records have schemas in Connect's Flatten transformation (#3982) 5 years ago
Greg Harris 008a3b21f6
KAFKA-9707: Fix InsertField.Key should apply to keys of tombstone records (#8280) 5 years ago
Lev Zemlyanov f51e1e6548
allow ReplaceField SMT to handle tombstone records (#7731) 5 years ago
Gunnar Morling 5727b24509
KAFKA-7052 Avoiding NPE in ExtractField SMT in case of non-existent fields (#8059) 5 years ago
Nigel Liang 28f013708f KAFKA-9024: Better error message when field specified does not exist (#7819) 5 years ago
Seungha Lee 655447140e MINOR: Cleanup generic & throw syntax in connect (#7892) 5 years ago
Lee Dongjin 8c64aa080a MINOR: trivial cleanups 5 years ago
Nigel Liang ded1fb8c4d KAFKA-6290: Support casting from logical types in cast transform (#7371) 5 years ago
Gunnar Morling e76770343c KAFKA-8523 Enabling InsertField transform to be used with tombstone events (#6914) 5 years ago
Robert Yokota fa042bc491 KAFKA-7157: Fix handling of nulls in TimestampConverter (#7070) 5 years ago
Michał Borowiecki fc4fea6761 KAFKA-6605: Fix NPE in Flatten when optional Struct is null (#5705) 5 years ago
Cyrus Vafadari 4712a36416 MINOR: Add logging to Connect SMTs 6 years ago
Yishun Guan 9646602d68 KAFKA-7402: Implement KIP-376 AutoCloseable additions 6 years ago
Ismael Juma 12f310d50e
KAFKA-7612: Fix javac warnings and enable warnings as errors (#5900) 6 years ago
Amit Sela fd44dc7fb2 KAFKA-6684: Support casting Connect values with bytes schema to string 6 years ago
Robert Yokota d31762a0c2 MINOR: Additional testing of logical type handling in Cast transform 6 years ago
Maciej Bryński 504824b7b3 KAFKA-5891; Proper handling of LogicalTypes in Cast (#4633) 6 years ago
Koen De Groote 9e0e29ac5c MINOR: Use statically compiled regular expressions for efficiency (#5168) 6 years ago
Koen De Groote 2bc780b959 MINOR: Use EnumMap/EnumSet if possible (#3919) 7 years ago
Ewen Cheslack-Postava 22611aca9b KAFKA-5535: Handle null values in ExtractField 7 years ago
Vahid Hashemian f87d58b796 MINOR: Code Cleanup 7 years ago
Ewen Cheslack-Postava b760615f3d KAFKA-5448: Change TimestampConverter configuration name to avoid conflicting with reserved 'type' configuration used by all Transformations 8 years ago
Randall Hauch af85e05b98 KAFKA-5164: Ensure SetSchemaMetadata updates key or value when Schema changes 8 years ago
Ewen Cheslack-Postava 61bab2d875 KAFKA-4714; TimestampConverter transformation (KIP-66) 8 years ago
Ewen Cheslack-Postava 1cea4d8f5a KAFKA-4714; Flatten and Cast single message transforms (KIP-66) 8 years ago
Ewen Cheslack-Postava e3892c29c3 MINOR: Handle nulls in NonEmptyListValidator 8 years ago
Bruce Szalwinski 763ea5aad1 KAFKA-4929: Transformation Key/Value type references should be to class name(), not canonicalName() 8 years ago
Matthias J. Sax d0e436c471 MINOR: improve license header check by providing head file instead of (prefix) header regex 8 years ago
Shikhar Bhushan a8aa756166 KAFKA-3209: KIP-66: more single message transforms 8 years ago
Shikhar Bhushan 2f90488323 KAFKA-3209: KIP-66: single message transforms 8 years ago