You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* HTTP extractor
A bug was reported that referencing the entire record value yields an exception when the payload is a complex type. In this case a HashMap.
The changes allow the return of the value when the extractor has no field to extract (ie. extract the full value)
* Remove the comment
* Improve code readability
Use the Scala Map to Java map for code readability
Co-authored-by: David Sloan <[email protected]>
* Fix the unit test after committing the code change suggestion
* Fix the unit test expecting error on unknown type and no path
---------
Co-authored-by: stheppi <[email protected]>
Co-authored-by: David Sloan <[email protected]>
Copy file name to clipboardExpand all lines: kafka-connect-common/src/main/scala/io/lenses/streamreactor/connect/cloud/common/sink/extractors/KafkaConnectExtractor.scala
Copy file name to clipboardExpand all lines: kafka-connect-common/src/test/scala/io/lenses/streamreactor/connect/cloud/common/sink/extractors/KafkaConnectExtractorTest.scala
0 commit comments