Skip to content

Commit

Permalink
added additional note on complex data types. $4921
Browse files Browse the repository at this point in the history
  • Loading branch information
bamaer committed Feb 20, 2025
1 parent 1fea4e9 commit c9dcfe6
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,5 @@ Apache Hop data types map internally to Java data types, so the Java behavior of
|String|String|A variable unlimited length text encoded in UTF-8 (Unicode).
|Timestamp|Timestamp|Allows the specification of fractional seconds to a precision of nanoseconds.
|===

NOTE: Apache Hop also comes with a number of additional complex data types (e.g. Avro, JSON, Graph) that have no one-on-one mapping to Java data types. These data types only work with specific transforms and can't be used in general-purpose transforms.

0 comments on commit c9dcfe6

Please sign in to comment.