apache / apache/arrow

[C++][Arrow Flight SQL ODBC] Handle all remaining data types in `GetDataTypeFromArrowFieldV3`

Open
#47,873 0 comments 0 reactions 0 assignees View on GitHub
Component: C++ Component: FlightRPC Type: enhancement
Dominant language
C++
Stars
17.1k
Forks
4.3k
Avg merge
3d 13h
Merged PRs (30d)
88

Description

### Describe the enhancement requested

- Check if `SqlDataType_INTERVAL_YEAR_TO_MONTH` is mapped to `INTERVAL_MONTHS`, and if yes, update to return `SqlDataType_INTERVAL_YEAR_TO_MONTH`.
- Handle remaining data types:
- INTERVAL_MONTH_DAY_NANO
- LIST
- STRUCT
- SPARSE_UNION
- DENSE_UNION
- DICTIONARY
- MAP
- EXTENSION
- FIXED_SIZE_LIST
- DURATION
- LARGE_LIST
- MAX_ID
- NA

Parent issue: https://github.com/apache/arrow/issues/30622

### Component(s)

FlightRPC, C++

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.