Problems
- From YQL-15332: YQL
Timestamp
-> arrow::Uint64Type
- From CS: YQL
Timestamp
-> arrow::TimestampType
(with physical arrow::Int64Type
)
There is a compatibility problem for MiniKQL convertations to Arrow record batches:
- Row data: UnboxedValue to
arrow::Uint64Type
- Column data: arrow without convertations is
arrow::Int64Type
- OlapProgram params are converted by the same code