Uh oh!
There was an error while loading. Please reload this page.
ARROW-2153/ARROW-2160: [C++/Python] Fix decimal precision inference - #1618
ARROW-2153/ARROW-2160: [C++/Python] Fix decimal precision inference#1618cpcloud wants to merge 7 commits into
Conversation
There was a problem hiding this comment.
Do you want to wait for ARROW-2145 or merge this independently?
There was a problem hiding this comment.
I have a couple more tests to add here
cpcloud
commented
Feb 19, 2018
@wesm@pitrou I reintroduced boost regex for parsing the decimal number, to address ARROW-2153. We were using a fairly straightforward algorithm before that implemented the regular expression by hand but it didn't allow numbers like |
wesm
commented
Feb 19, 2018
|
cpcloud
commented
Feb 19, 2018
Yep, I believe |
cpcloud
commented
Feb 19, 2018
In gcc 4.8 that is. 4.9 may be implemented, but I don't think it supports named capture groups. |
wesm
commented
Feb 21, 2018
needs rebase |
cpcloud
commented
Feb 23, 2018
Closed in favor of #1651 |
No description provided.