Support for DDL/DML in Hudi connector
- Dominant language
- Java
- Stars
- 6.2k
- Forks
- 2.5k
- Avg merge
- 2d 8h
- Merged PRs (30d)
- 111
Description
[https://github.com/trinodb/trino/issues/14433]
Connector should start supporting:
# Create table
# Create table as
# Drop table
# Create schema
# Drop schema
# Insert
# Update
# Merge into
For a comprehensive list, please check out https://trino.io/docs/current/sql.html
## JIRA info
- Link: https://issues.apache.org/jira/browse/HUDI-5115
- Type: Task
- Epic: https://issues.apache.org/jira/browse/HUDI-2687
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reading linked issue #14433, JIRA HUDI-5115, and Trino's SQL command list to turn the requested operations into acceptance criteria. No source files or tests are named; the work is done when the Hudi connector supports CREATE TABLE, CTAS, DROP TABLE, schema creation and deletion, INSERT, UPDATE, and MERGE as specified.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, sql
- Domain
- data-engineering, database
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100