Skip to content

OlapProgram params compatibility with arrow::TimestampType and MiniKQL convertations #25025

@dahbka-lis

Description

@dahbka-lis

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

Metadata

Metadata

Assignees

Labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions