[Improvement] Add exception message for gravtinio trino connector: Hive CSV storage format only supports VARCHAR
Open
improvement
- Dominant language
- Java
- Stars
- 3.2k
- Forks
- 935
- Avg merge
- 1d 16h
- Merged PRs (30d)
- 298
Description
### What would you like to be improved?
### How should we improve?
Pop clear exception message like hive connector as following:
io.trino.spi.TrinoException: Hive CSV storage format only supports VARCHAR (unbounded). Unsupported columns: congress integer, birthday date, termstart date, age double
Contributor guide
Research direction
The issue names no source file, test, or entry point. Locate the Gravitino Trino connector's Hive CSV schema validation and compare its error handling with the Hive connector example in the issue. Done means unsupported non-VARCHAR columns produce a clear exception listing the columns and stating that Hive CSV supports only unbounded VARCHAR.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- databases
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100