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
|
@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 |
|
|
|
Yep, I believe |
|
In gcc 4.8 that is. 4.9 may be implemented, but I don't think it supports named capture groups. |
|
needs rebase |
|
Closed in favor of #1651 |
No description provided.