ffacs
ffacs
The following `.clang-tidy` file can help us to check naming styles mismatch. And we can use `clang-tidy` to fix them. ``` Checks: "-*, readability-identifier-naming, " CheckOptions: [ { key: readability-identifier-naming.PrivateMemberSuffix,...
> Could we add `NOLINT` to those public/protected variables? Sorry for my confusing expression. What I mean just like below https://github.com/apache/orc/blob/e1f185eedd7dc0d9d60339117c9299f5b26ddeaf/c%2B%2B/src/ConvertColumnReader.cc#L26-L33 The `readType` is a protected member of `ConvertColumnReader`. if...
> > @luffy-zh Thank you for making the PR. Could you explain why we need `outputStream->getRawInputBufferSize()` to record position? it seems that `flushedSize` and `bufferPosition` were't changed. > > When...
@luffy-zh Thank you.
An error will occur if a user attempts to read line 129 after reading line 130 without performing SeekToRowGroup again.
`strptime` and `timegm` are not c/c++ standard function, maybe I should implement them by myself.
`Reader::preBuffer` prefetch stripes as a unit which might be too large. For those users who don't want to prefetch entire file one-shot, they have to know the structure of the...
Hi @SiasDoming , it seems there is a proposal in 2015 to provide a option, but was not implemented yet. FYI: https://issues.apache.org/jira/browse/ORC-35
> Gentle ping, @ffacs . Pong. Thank you for your review @dongjoon-hyun , I'd update this patch these days.
@wgtmac @dongjoon-hyun I'm ready to review now, please take a look when you're free~