Skip to content

Fix#7006 Pass BigNumber fields as numeric values in Formula transform#7180

Open
leehaut wants to merge 1 commit into
apache:mainfrom
leehaut:hotfix/lance-common-71
Open

Fix#7006 Pass BigNumber fields as numeric values in Formula transform#7180
leehaut wants to merge 1 commit into
apache:mainfrom
leehaut:hotfix/lance-common-71

Conversation

@leehaut
Copy link
Copy Markdown
Contributor

@leehaut leehaut commented May 26, 2026

Fix #7006 -- Formula transform: BigNumber values are passed to POI as strings, breaking comparisons with numeric literals

Set BigNumber cells with rowMeta.getNumber(dataRow, fieldPosition) (same approach as Number).

Signed-off-by: lance <leehaut@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: Formula transform: BigNumber values are passed to POI as strings, breaking comparisons with numeric literals

1 participant