Row.toString with Logical Type are different for RowWithGetters and RowWithStorage
- Dominant language
- Java
- Stars
- 8.7k
- Forks
- 4.7k
- Avg merge
- 2d 5h
- Merged PRs (30d)
- 204
Description
Row.toString with Logical Type are different for RowWithGetters and RowWithStorage with equivalent schemas. Behaviour for:
* RowWithGetters will show the .toString() representation of the logical type
* RowWithStorage will show the base type
This should be one or the other
Imported from Jira [BEAM-9054](https://issues.apache.org/jira/browse/BEAM-9054). Original Jira may contain additional context.
Reported by: alexvanboxel.
Contributor guide
Research direction
Compare RowWithGetters and RowWithStorage using equivalent schemas, focusing on how each formats logical types in Row.toString. Decide which representation should be consistent, then verify that both implementations produce the same output.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- data
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100