You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hop.apache.org by ha...@apache.org on 2022/05/20 06:23:32 UTC

[hop] branch master updated: [DOC] small avro output doc update

This is an automated email from the ASF dual-hosted git repository.

hansva pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hop.git


The following commit(s) were added to refs/heads/master by this push:
     new fc7a31e04b [DOC] small avro output doc update
     new b92c1fd648 Merge pull request #1494 from hansva/master
fc7a31e04b is described below

commit fc7a31e04b0e7b6d04a03a0e92e4626bd4cd2e50
Author: Hans Van Akelyen <ha...@gmail.com>
AuthorDate: Fri May 20 08:22:12 2022 +0200

    [DOC] small avro output doc update
---
 .../ROOT/pages/pipeline/transforms/avro-file-output.adoc      | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/avro-file-output.adoc b/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/avro-file-output.adoc
index 1f78a2b6ee..9c3f645c0d 100644
--- a/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/avro-file-output.adoc
+++ b/docs/hop-user-manual/modules/ROOT/pages/pipeline/transforms/avro-file-output.adoc
@@ -113,3 +113,14 @@ Fields tab:
 == Metadata Injection Support
 
 All fields of this transform support metadata injection.
+
+To inject the Avro field type use following codes
+
+AVRO_TYPE_NONE = 0 +
+AVRO_TYPE_BOOLEAN = 1 +
+AVRO_TYPE_DOUBLE = 2 +
+AVRO_TYPE_FLOAT = 3 +
+AVRO_TYPE_INT = 4 +
+AVRO_TYPE_LONG = 5 +
+AVRO_TYPE_STRING = 6 +
+AVRO_TYPE_ENUM = 7