Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The following table lists out different CDAP data types, as well as the corresponding BigQuery data type for each CDAP type, for updates and upserts.

Note: Support for the datetime data type was introduced in CDAP 6.4.0.

CDAP Schema Data Type

BigQuery Data Type

array

repeated

boolean

bool

bytes

bytes

date

date

datetime

datetime, string

decimal

numeric

double / float

float64

enum

unsupported

int / long

int64

map

unsupported

record

struct

string

string, datetime (Should be ISO 8601 format)

time

time

timestamp

timestamp

union

unsupported

...