This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/orc.git
from 7787669c4 ORC-1482: Adaptation to read ORC files created by CUDF
add e4b833809 ORC-1486: Fixes checkstyle violation in test classes for
`orc-core` module
No new revisions were added by this update.
Summary of changes:
java/checkstyle-suppressions.xml | 16 +++
.../test/org/apache/orc/TestInMemoryKeystore.java | 2 +-
.../src/test/org/apache/orc/TestMinSeekSize.java | 10 +-
.../org/apache/orc/TestNewIntegerEncoding.java | 12 +--
.../test/org/apache/orc/TestOrcFilterContext.java | 9 +-
.../org/apache/orc/TestOrcNullOptimization.java | 9 +-
.../orc/TestOrcWithLargeStripeStatistics.java | 4 +-
.../orc/TestRowFilteringComplexTypesNulls.java | 4 +-
.../org/apache/orc/TestRowFilteringNoSkip.java | 37 ++++---
.../test/org/apache/orc/TestRowFilteringSkip.java | 116 +++++++++++++--------
.../test/org/apache/orc/impl/TestDynamicArray.java | 16 +--
.../src/test/org/apache/orc/impl/TestInStream.java | 2 +-
.../orc/impl/TestIntegerCompressionReader.java | 8 +-
.../apache/orc/impl/TestOrcFilterContextImpl.java | 10 +-
.../org/apache/orc/impl/TestOrcLargeStripe.java | 11 +-
.../test/org/apache/orc/impl/TestReaderImpl.java | 10 +-
.../org/apache/orc/impl/TestRecordReaderUtils.java | 6 +-
.../apache/orc/impl/TestSerializationUtils.java | 2 +-
.../orc/impl/TestStringHashTableDictionary.java | 2 +-
.../org/apache/orc/impl/filter/TestConvFilter.java | 4 +-
20 files changed, 167 insertions(+), 123 deletions(-)