type error of geometry.line in fbs schema file
Open
question
- Dominant language
- Java
- Stars
- 1.1k
- Forks
- 218
- Avg merge
- 2m
- Merged PRs (30d)
- 1
Description
I think this is an error rather than an intensional type change:
> table Geometry_ {
> ...
> line: Box_; _// should be Line__
> }
And also the type of the argument in `FlatBuffersHelper.createLine`
Contributor guide
No contributing guide indexed for this repository
Research direction
Search the fbs schema for table Geometry_ and inspect FlatBuffersHelper.createLine, comparing the current types with the referenced Line__ and Box_ definitions. The change is complete when the geometry line field and createLine argument use the intended type and the project's existing build or tests pass.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100