lance-format / lance-format/lance-namespace-impls

Bug: Unity tables not parsed

Open Beginner friendly
#88 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Java
Stars
11
Forks
13
PR merge metrics
No merged PRs in 30d

Description

The Unity Python client constructs Columninfo with ColumnInfo(**col)]

Databricks, and probably Unity OSS, may return extra fields such as column_masks, which causes describe_table to fail with unexpected keyword argument.

Error message

TypeError: ColumnInfo.__init__() got an unexpected keyword argument 'column_masks'

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start in the Unity Python client at describe_table and the ColumnInfo(**col) construction. Check how extra response fields such as column_masks are handled, then verify that Unity table descriptions no longer fail with the reported unexpected-keyword error.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
database
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
67/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.