Versions Compared

Key

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

...

CDAP Schema Data Type

BigQuery Data Type

array

repeated

boolean

bool

bytes

bytes

date

date

datetime

datetime, string

decimal

numeric, bignumeric

Note: Support for bignumeric was added in CDAP 6.7.0.

double / float

float64

enum

unsupported

int / long

int64

map

unsupported

record

struct

string

string, datetime (ISO 8601 format)

time

time

timestamp

timestamp

union

unsupported

...