Skip to content

loosen assumption that numeric columns can be cast to double#38

Open
schrobot wants to merge 1 commit intos-u:masterfrom
schrobot:fix/handle_non_doubles
Open

loosen assumption that numeric columns can be cast to double#38
schrobot wants to merge 1 commit intos-u:masterfrom
schrobot:fix/handle_non_doubles

Conversation

@schrobot
Copy link

Fix to allow non-Double types in numeric columns. Currently having anything but double/Double in a numeric column results in a ClassCastException in fetch(...) method. This fix only requires a subclass of Number for numeric columns.

@s-u
Copy link
Owner

s-u commented Feb 7, 2017

Can you, please, provide an example where this matters? Given the extra cost I'd like to understand when exactly this will get triggered.

@s-u s-u force-pushed the master branch 5 times, most recently from 30654b9 to 7675ca0 Compare March 12, 2021 02:41
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.

2 participants