Describe the bug
There is concern changes in this PR will cause regression (as it may convert some numbers to Decimal128 rather than more efficient Integer)
However, it is not clear (to me at least) exactly the implications of the change
@berkaysynnada has found a potential performance regression, as described here: #14223 (comment)
cc @nuno-faria @jonahgao and @berkaysynnada and @ozankabak
To Reproduce
No response
Expected behavior
I want to make sure that this issue is resolved before we release datafusion 45.0.0, so filing this ticket so we don't forget
Examples of ways to resolve the ticket:
- Decide the change was fine
- Revert the changes
- Others
Additional context
No response