3 comments (3 comments)0 reactions (0 reactions)0 assignees (0 assignees)Java2,678 forks (2,678 forks)batch import
enhancementgood first issue
Repository metrics
- Stars
- 9,113 stars (9,113 stars)
- PR merge metrics
- Avg merge 5d 9h (Avg merge 5d 9h)306 merged PRs in 30d (306 merged PRs in 30d)
Contributor guide
- Research direction
- Examine the referenced PRs (https://github.com/prestosql/presto/pull/1439) and the StackOverflow question to understand how Hive collection.delim property is expected to work. Then review the Trino Hive connector code where table properties are parsed and applied, particularly in the HiveMetadata and related classes. Trace the property through the CREATE TABLE and INSERT OVERWRITE DIRECTORY paths to identify where support needs to be added.
- Tech stack
- java
- Domain
- backenddatabase
- Issue type
- Feature
- Prerequisites
- JavaTrino Hive connector basics