GitHub user rip-nsk opened a pull request:
https://github.com/apache/orc/pull/198
Orc-272: Minor porting changes.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/rip-nsk/orc ORC-272
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/orc/pull/198.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #198
----
commit 65f47ec5d6bd7d2d32e03a1ea8ede8d4e3869c8b
Author: rip-nsk <[email protected]>
Date: 2017-12-05T23:35:48Z
fix the return type pf fls() prototype.
commit f4852f5abd0bbbf08518fe388f4f519e309bf7b6
Author: rip-nsk <[email protected]>
Date: 2017-12-05T23:41:04Z
alignment of arguments types for std::min
commit ac6df14ba0fe5cdefaac7dbb0ca7f2266e24ab8f
Author: rip-nsk <[email protected]>
Date: 2017-12-06T00:20:05Z
use LL suffix for int64 constants (or explicit cast)
commit 623f82b134ad13efb88e9e2fe39bb94feb606a67
Author: rip-nsk <[email protected]>
Date: 2017-12-06T00:21:22Z
Use heap to store big array.
commit 6ab81b971d91134544bfdbffa90da76fe47bf6c4
Author: rip-nsk <[email protected]>
Date: 2017-12-06T00:30:11Z
use std::numeric_limits<float>::max() for FLT_MAX
----
---