Add support for creating table with schema
Open
- Dominant language
- Java
- Stars
- 35
- Forks
- 7
- Avg merge
- 5d 12h
- Merged PRs (30d)
- 2
Description
We currently have a --schema-from-parquet option , but we need an option also to create table from a defined schema.
ice create-table ns.t1 --format-version=3 \
--schema '[{"name":"id","type":"long","required":true},{"name":"payload","type":"unknown"}]'
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the ice create-table command and trace the existing --schema-from-parquet option to understand how table schemas are currently supplied. Add support for the shown schema argument, then verify that a table is created with the declared fields, types, and required setting.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- cli, databases
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 68/100