Skip to content

[C++][FlightRPC] Use IRD precision/scale defaults with ARD override in SQLGetData #48707

@HyukjinKwon

Description

@HyukjinKwon

Describe the enhancement requested

// TODO: Get proper default precision and scale from abstraction.
int precision = 38; // arrow::Decimal128Type::kMaxPrecision;
int scale = 0;

This was introduced by ed36107

Component(s)

C++

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions