Table of Contents

Search

  1. Preface
  2. Introduction to Microsoft Azure Data Lake Storage Gen2 Connector
  3. Connections for Microsoft Azure Data Lake Storage Gen2
  4. Mappings for Microsoft Azure Data Lake Storage Gen2
  5. Migrating a mapping
  6. Data type reference
  7. Troubleshooting

Microsoft Azure Data Lake Storage Gen2 Connector

Microsoft Azure Data Lake Storage Gen2 Connector

Avro data types and transformation data types

Avro data types and transformation data types

Avro file data types map to transformation data types that the Secure Agent uses to move data across platforms.
The following table lists the Avro file data types that the Secure Agent supports and the corresponding transformation data types:
Avro Data Type
Transformation Data Type
Range and Description
Array
1
Array
Unlimited number of characters
Boolean
Integer
1 or 0
True is equivalent to the integer 1 and False is equivalent to the integer 0.
Bytes
Binary
Precision 4000
Double
Double
Precision 15
Float
Double
Precision 15
Int
Integer
-2,147,483,648 to 2,147,483,647
Precision 10, scale 0
Long
Bigint
-9,223,372,036,854,775,808 to 9,223,372,036,854,775,807
Precision 19, scale 0
Map
1
Map
Unlimited number of characters
Null
Integer
-2,147,483,648 to 2,147,483,647
Precision 10, scale 0
Record
1
Struct
Unlimited number of characters
String
String
1 to 104,857,600 characters
Precision 4000
Union
1
Corresponding data type in a union of ["primitive_type|complex_type", "null"] or ["null", "primitive_type|complex_type"].
Dependent on primitive or complex data type.
1
Applies only to mappings in advanced mode.

0 COMMENTS

We’d like to hear from you!