This is an automated email from the ASF dual-hosted git repository.

omalley pushed a change to branch branch-1.5
in repository https://gitbox.apache.org/repos/asf/orc.git.


    from 32be030  ORC-594: Fix compatibilty of OrcTail.getStripeStatistics.
     new 6eddee8  Updated site with javadoc for 1.5.9.
     new 4a45c7c  Preparing the branch for post 1.5.9 development

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CMakeLists.txt                                     |   2 +-
 java/core/pom.xml                                  |   2 +-
 .../src/java/org/apache/orc/impl/DateUtils.java    |   4 +-
 java/examples/pom.xml                              |   2 +-
 java/mapreduce/pom.xml                             |   2 +-
 java/pom.xml                                       |  10 +-
 java/shims/pom.xml                                 |   2 +-
 java/tools/pom.xml                                 |   2 +-
 site/api/orc-core/allclasses-frame.html            |  18 +-
 site/api/orc-core/allclasses-noframe.html          |  18 +-
 site/api/orc-core/constant-values.html             |  10 +-
 site/api/orc-core/deprecated-list.html             |  26 +-
 site/api/orc-core/help-doc.html                    |  10 +-
 site/api/orc-core/index-all.html                   | 342 ++++++--
 site/api/orc-core/index.html                       |   4 +-
 .../org/apache/orc/BinaryColumnStatistics.html     |  10 +-
 .../org/apache/orc/BooleanColumnStatistics.html    |  10 +-
 .../orc-core/org/apache/orc/ColumnStatistics.html  |  10 +-
 .../org/apache/orc/CompressionCodec.Modifier.html  |  10 +-
 .../orc-core/org/apache/orc/CompressionCodec.html  |  10 +-
 .../orc-core/org/apache/orc/CompressionKind.html   |  10 +-
 .../orc-core/org/apache/orc/DataMask.Factory.html  |  10 +-
 .../orc-core/org/apache/orc/DataMask.Provider.html |  10 +-
 .../orc-core/org/apache/orc/DataMask.Standard.html |  10 +-
 site/api/orc-core/org/apache/orc/DataMask.html     |  10 +-
 site/api/orc-core/org/apache/orc/DataReader.html   |  10 +-
 .../org/apache/orc/DateColumnStatistics.html       |  10 +-
 .../org/apache/orc/DecimalColumnStatistics.html    |  10 +-
 .../org/apache/orc/DoubleColumnStatistics.html     |  10 +-
 .../org/apache/orc/FileFormatException.html        |  10 +-
 site/api/orc-core/org/apache/orc/FileMetadata.html |  10 +-
 .../orc-core/org/apache/orc/InMemoryKeystore.html  |  10 +-
 .../org/apache/orc/IntegerColumnStatistics.html    |  10 +-
 .../org/apache/orc/MemoryManager.Callback.html     |  10 +-
 .../api/orc-core/org/apache/orc/MemoryManager.html |  10 +-
 site/api/orc-core/org/apache/orc/OrcConf.html      |  36 +-
 .../org/apache/orc/OrcFile.BloomFilterVersion.html |  10 +-
 .../apache/orc/OrcFile.CompressionStrategy.html    |  10 +-
 .../org/apache/orc/OrcFile.EncodingStrategy.html   |  10 +-
 .../org/apache/orc/OrcFile.ReaderOptions.html      |  71 +-
 .../orc-core/org/apache/orc/OrcFile.Version.html   |  10 +-
 .../org/apache/orc/OrcFile.WriterCallback.html     |  10 +-
 .../org/apache/orc/OrcFile.WriterContext.html      |  10 +-
 .../apache/orc/OrcFile.WriterImplementation.html   |  10 +-
 .../org/apache/orc/OrcFile.WriterOptions.html      |  89 +-
 .../org/apache/orc/OrcFile.WriterVersion.html      |  10 +-
 site/api/orc-core/org/apache/orc/OrcFile.html      |  10 +-
 site/api/orc-core/org/apache/orc/OrcUtils.html     |  10 +-
 .../apache/orc/PhysicalWriter.OutputReceiver.html  |  10 +-
 .../orc-core/org/apache/orc/PhysicalWriter.html    |  10 +-
 .../orc-core/org/apache/orc/Reader.Options.html    |  10 +-
 site/api/orc-core/org/apache/orc/Reader.html       |  30 +-
 site/api/orc-core/org/apache/orc/RecordReader.html |  10 +-
 .../org/apache/orc/StringColumnStatistics.html     |  10 +-
 .../orc-core/org/apache/orc/StripeInformation.html |  10 +-
 .../orc-core/org/apache/orc/StripeStatistics.html  |  28 +-
 .../org/apache/orc/TimestampColumnStatistics.html  |  10 +-
 .../org/apache/orc/TypeDescription.Category.html   |  10 +-
 .../orc/TypeDescription.RowBatchVersion.html       |  10 +-
 .../orc-core/org/apache/orc/TypeDescription.html   |  10 +-
 .../org/apache/orc/TypeDescriptionPrettyPrint.html |  10 +-
 .../org/apache/orc/UnknownFormatException.html     |  10 +-
 site/api/orc-core/org/apache/orc/Writer.html       |  10 +-
 .../orc/class-use/BinaryColumnStatistics.html      |  10 +-
 .../orc/class-use/BooleanColumnStatistics.html     |  10 +-
 .../org/apache/orc/class-use/ColumnStatistics.html |  12 +-
 .../orc/class-use/CompressionCodec.Modifier.html   |  10 +-
 .../org/apache/orc/class-use/CompressionCodec.html |  10 +-
 .../org/apache/orc/class-use/CompressionKind.html  |  10 +-
 .../org/apache/orc/class-use/DataMask.Factory.html |  10 +-
 .../apache/orc/class-use/DataMask.Provider.html    |  10 +-
 .../apache/orc/class-use/DataMask.Standard.html    |  10 +-
 .../org/apache/orc/class-use/DataMask.html         |  10 +-
 .../org/apache/orc/class-use/DataReader.html       |  10 +-
 .../apache/orc/class-use/DateColumnStatistics.html |  10 +-
 .../orc/class-use/DecimalColumnStatistics.html     |  10 +-
 .../orc/class-use/DoubleColumnStatistics.html      |  10 +-
 .../apache/orc/class-use/FileFormatException.html  |  10 +-
 .../org/apache/orc/class-use/FileMetadata.html     |  10 +-
 .../org/apache/orc/class-use/InMemoryKeystore.html |  10 +-
 .../orc/class-use/IntegerColumnStatistics.html     |  10 +-
 .../orc/class-use/MemoryManager.Callback.html      |  10 +-
 .../org/apache/orc/class-use/MemoryManager.html    |  10 +-
 .../orc-core/org/apache/orc/class-use/OrcConf.html |  10 +-
 .../orc/class-use/OrcFile.BloomFilterVersion.html  |  10 +-
 .../orc/class-use/OrcFile.CompressionStrategy.html |  10 +-
 .../orc/class-use/OrcFile.EncodingStrategy.html    |  10 +-
 .../orc/class-use/OrcFile.ReaderOptions.html       |  27 +-
 .../org/apache/orc/class-use/OrcFile.Version.html  |  10 +-
 .../orc/class-use/OrcFile.WriterCallback.html      |  10 +-
 .../orc/class-use/OrcFile.WriterContext.html       |  10 +-
 .../class-use/OrcFile.WriterImplementation.html    |  10 +-
 .../orc/class-use/OrcFile.WriterOptions.html       |  33 +-
 .../orc/class-use/OrcFile.WriterVersion.html       |  16 +-
 .../orc-core/org/apache/orc/class-use/OrcFile.html |  10 +-
 .../org/apache/orc/class-use/OrcUtils.html         |  10 +-
 .../class-use/PhysicalWriter.OutputReceiver.html   |  10 +-
 .../org/apache/orc/class-use/PhysicalWriter.html   |  10 +-
 .../org/apache/orc/class-use/Reader.Options.html   |  10 +-
 .../orc-core/org/apache/orc/class-use/Reader.html  |  10 +-
 .../org/apache/orc/class-use/RecordReader.html     |  10 +-
 .../orc/class-use/StringColumnStatistics.html      |  10 +-
 .../apache/orc/class-use/StripeInformation.html    |  10 +-
 .../org/apache/orc/class-use/StripeStatistics.html |  21 +-
 .../orc/class-use/TimestampColumnStatistics.html   |  10 +-
 .../orc/class-use/TypeDescription.Category.html    |  10 +-
 .../class-use/TypeDescription.RowBatchVersion.html |  10 +-
 .../org/apache/orc/class-use/TypeDescription.html  |  25 +-
 .../orc/class-use/TypeDescriptionPrettyPrint.html  |  10 +-
 .../orc/class-use/UnknownFormatException.html      |  10 +-
 .../orc-core/org/apache/orc/class-use/Writer.html  |  10 +-
 .../orc-core/org/apache/orc/impl/AcidStats.html    |  10 +-
 .../org/apache/orc/impl/AircompressorCodec.html    |  10 +-
 .../org/apache/orc/impl/BitFieldReader.html        |  10 +-
 .../org/apache/orc/impl/BitFieldWriter.html        |  10 +-
 .../orc-core/org/apache/orc/impl/BufferChunk.html  |  10 +-
 .../ColumnStatisticsImpl.BinaryStatisticsImpl.html |  12 +-
 .../ColumnStatisticsImpl.StringStatisticsImpl.html |  12 +-
 .../org/apache/orc/impl/ColumnStatisticsImpl.html  | 102 ++-
 ...Factory.AnyIntegerFromAnyIntegerTreeReader.html |  23 +-
 ...derFactory.AnyIntegerFromDecimalTreeReader.html |  23 +-
 ...aderFactory.AnyIntegerFromDoubleTreeReader.html |  27 +-
 ...actory.AnyIntegerFromStringGroupTreeReader.html |  27 +-
 ...rFactory.AnyIntegerFromTimestampTreeReader.html |  23 +-
 ...vertTreeReaderFactory.AnyIntegerTreeReader.html |  23 +-
 ...derFactory.BinaryFromStringGroupTreeReader.html |  23 +-
 ...ConvertTreeReaderFactory.ConvertTreeReader.html | 115 +--
 ...eaderFactory.DateFromStringGroupTreeReader.html |  23 +-
 ...eReaderFactory.DateFromTimestampTreeReader.html |  23 +-
 ...derFactory.DecimalFromAnyIntegerTreeReader.html |  23 +-
 ...ReaderFactory.DecimalFromDecimalTreeReader.html |  23 +-
 ...eReaderFactory.DecimalFromDoubleTreeReader.html |  27 +-
 ...erFactory.DecimalFromStringGroupTreeReader.html |  27 +-
 ...aderFactory.DecimalFromTimestampTreeReader.html |  23 +-
 ...aderFactory.DoubleFromAnyIntegerTreeReader.html |  23 +-
 ...eReaderFactory.DoubleFromDecimalTreeReader.html |  27 +-
 ...derFactory.DoubleFromStringGroupTreeReader.html |  27 +-
 ...eaderFactory.DoubleFromTimestampTreeReader.html |  27 +-
 ...reeReaderFactory.FloatFromDoubleTreeReader.html |  31 +-
 ...actory.StringGroupFromAnyIntegerTreeReader.html |  27 +-
 ...derFactory.StringGroupFromBinaryTreeReader.html |  23 +-
 ...eaderFactory.StringGroupFromDateTreeReader.html |  28 +-
 ...erFactory.StringGroupFromDecimalTreeReader.html |  23 +-
 ...derFactory.StringGroupFromDoubleTreeReader.html |  27 +-
 ...ctory.StringGroupFromStringGroupTreeReader.html |  27 +-
 ...Factory.StringGroupFromTimestampTreeReader.html |  23 +-
 ...rFactory.TimestampFromAnyIntegerTreeReader.html |  23 +-
 ...eReaderFactory.TimestampFromDateTreeReader.html |  23 +-
 ...aderFactory.TimestampFromDecimalTreeReader.html |  23 +-
 ...eaderFactory.TimestampFromDoubleTreeReader.html |  27 +-
 ...Factory.TimestampFromStringGroupTreeReader.html |  27 +-
 .../apache/orc/impl/ConvertTreeReaderFactory.html  |  74 +-
 .../orc/impl/DataReaderProperties.Builder.html     |  14 +-
 .../org/apache/orc/impl/DataReaderProperties.html  |  10 +-
 .../orc-core/org/apache/orc/impl/DateUtils.html    | 452 ++++++++++
 .../apache/orc/impl/DirectDecompressionCodec.html  |  14 +-
 .../org/apache/orc/impl/DynamicByteArray.html      |  10 +-
 .../org/apache/orc/impl/DynamicIntArray.html       |  10 +-
 .../org/apache/orc/impl/HadoopShimsFactory.html    |  10 +-
 .../orc/impl/InStream.UncompressedStream.html      |  10 +-
 .../api/orc-core/org/apache/orc/impl/InStream.html |  10 +-
 .../org/apache/orc/impl/IntegerReader.html         |  10 +-
 .../org/apache/orc/impl/IntegerWriter.html         |  10 +-
 .../org/apache/orc/impl/MemoryManager.html         |  10 +-
 .../org/apache/orc/impl/MemoryManagerImpl.html     |  10 +-
 .../orc-core/org/apache/orc/impl/OrcAcidUtils.html |  10 +-
 .../orc-core/org/apache/orc/impl/OrcCodecPool.html |  10 +-
 .../api/orc-core/org/apache/orc/impl/OrcIndex.html |  10 +-
 site/api/orc-core/org/apache/orc/impl/OrcTail.html |  54 +-
 .../orc-core/org/apache/orc/impl/OutStream.html    |  10 +-
 .../org/apache/orc/impl/PhysicalFsWriter.html      |  10 +-
 .../org/apache/orc/impl/PositionProvider.html      |  10 +-
 .../org/apache/orc/impl/PositionRecorder.html      |  10 +-
 .../apache/orc/impl/PositionedOutputStream.html    |  10 +-
 .../orc/impl/ReaderImpl.StripeInformationImpl.html |  10 +-
 .../orc-core/org/apache/orc/impl/ReaderImpl.html   |  39 +-
 .../RecordReaderImpl.PositionProviderImpl.html     |  10 +-
 .../orc/impl/RecordReaderImpl.SargApplier.html     |  22 +-
 .../org/apache/orc/impl/RecordReaderImpl.html      |  10 +-
 .../RecordReaderUtils.ByteBufferAllocatorPool.html |  10 +-
 .../org/apache/orc/impl/RecordReaderUtils.html     |  10 +-
 .../org/apache/orc/impl/RunLengthByteReader.html   |  10 +-
 .../org/apache/orc/impl/RunLengthByteWriter.html   |  10 +-
 .../apache/orc/impl/RunLengthIntegerReader.html    |  10 +-
 .../apache/orc/impl/RunLengthIntegerReaderV2.html  |  10 +-
 .../apache/orc/impl/RunLengthIntegerWriter.html    |  10 +-
 .../RunLengthIntegerWriterV2.EncodingType.html     |  10 +-
 .../apache/orc/impl/RunLengthIntegerWriterV2.html  |  10 +-
 .../SchemaEvolution.IllegalEvolutionException.html |  10 +-
 .../org/apache/orc/impl/SchemaEvolution.html       |  10 +-
 .../orc/impl/SerializationUtils.FixedBitSizes.html |  10 +-
 .../org/apache/orc/impl/SerializationUtils.html    | 110 ++-
 .../orc/impl/SettableUncompressedStream.html       |  10 +-
 .../orc-core/org/apache/orc/impl/SnappyCodec.html  |  10 +-
 .../org/apache/orc/impl/StreamName.Area.html       |  10 +-
 .../orc-core/org/apache/orc/impl/StreamName.html   |  10 +-
 .../orc/impl/StringRedBlackTree.Visitor.html       |  10 +-
 .../impl/StringRedBlackTree.VisitorContext.html    |  10 +-
 .../org/apache/orc/impl/StringRedBlackTree.html    |  10 +-
 .../impl/TreeReaderFactory.BinaryTreeReader.html   |  10 +-
 .../impl/TreeReaderFactory.BooleanTreeReader.html  |  10 +-
 .../orc/impl/TreeReaderFactory.ByteTreeReader.html |  10 +-
 .../TreeReaderFactory.BytesColumnVectorUtil.html   |  10 +-
 .../orc/impl/TreeReaderFactory.CharTreeReader.html |  10 +-
 .../apache/orc/impl/TreeReaderFactory.Context.html |  48 +-
 .../orc/impl/TreeReaderFactory.DateTreeReader.html |  10 +-
 .../TreeReaderFactory.Decimal64TreeReader.html     |  10 +-
 .../impl/TreeReaderFactory.DecimalTreeReader.html  |  10 +-
 .../impl/TreeReaderFactory.DoubleTreeReader.html   |  10 +-
 .../impl/TreeReaderFactory.FloatTreeReader.html    |  10 +-
 .../orc/impl/TreeReaderFactory.IntTreeReader.html  |  10 +-
 .../orc/impl/TreeReaderFactory.ListTreeReader.html |  10 +-
 .../orc/impl/TreeReaderFactory.LongTreeReader.html |  10 +-
 .../orc/impl/TreeReaderFactory.MapTreeReader.html  |  10 +-
 .../orc/impl/TreeReaderFactory.NullTreeReader.html |  10 +-
 .../orc/impl/TreeReaderFactory.ReaderContext.html  |  79 +-
 .../impl/TreeReaderFactory.ShortTreeReader.html    |  10 +-
 ...eeReaderFactory.StringDictionaryTreeReader.html |  10 +-
 .../TreeReaderFactory.StringDirectTreeReader.html  |  10 +-
 .../impl/TreeReaderFactory.StringTreeReader.html   |  10 +-
 .../impl/TreeReaderFactory.StructTreeReader.html   |  10 +-
 .../TreeReaderFactory.TimestampTreeReader.html     |  10 +-
 .../orc/impl/TreeReaderFactory.TreeReader.html     |  10 +-
 .../impl/TreeReaderFactory.UnionTreeReader.html    |  10 +-
 .../impl/TreeReaderFactory.VarcharTreeReader.html  |  10 +-
 .../org/apache/orc/impl/TreeReaderFactory.html     |  10 +-
 .../orc-core/org/apache/orc/impl/Utf8Utils.html    |  10 +-
 .../orc-core/org/apache/orc/impl/WriterImpl.html   |  10 +-
 .../org/apache/orc/impl/WriterInternal.html        |  10 +-
 .../orc-core/org/apache/orc/impl/ZlibCodec.html    |  10 +-
 .../org/apache/orc/impl/class-use/AcidStats.html   |  10 +-
 .../orc/impl/class-use/AircompressorCodec.html     |  10 +-
 .../apache/orc/impl/class-use/BitFieldReader.html  |  10 +-
 .../apache/orc/impl/class-use/BitFieldWriter.html  |  10 +-
 .../org/apache/orc/impl/class-use/BufferChunk.html |  10 +-
 .../ColumnStatisticsImpl.BinaryStatisticsImpl.html |  10 +-
 .../ColumnStatisticsImpl.StringStatisticsImpl.html |  10 +-
 .../orc/impl/class-use/ColumnStatisticsImpl.html   |  23 +-
 ...Factory.AnyIntegerFromAnyIntegerTreeReader.html |  10 +-
 ...derFactory.AnyIntegerFromDecimalTreeReader.html |  10 +-
 ...aderFactory.AnyIntegerFromDoubleTreeReader.html |  10 +-
 ...actory.AnyIntegerFromStringGroupTreeReader.html |  10 +-
 ...rFactory.AnyIntegerFromTimestampTreeReader.html |  10 +-
 ...vertTreeReaderFactory.AnyIntegerTreeReader.html |  10 +-
 ...derFactory.BinaryFromStringGroupTreeReader.html |  10 +-
 ...ConvertTreeReaderFactory.ConvertTreeReader.html |  72 +-
 ...eaderFactory.DateFromStringGroupTreeReader.html |  10 +-
 ...eReaderFactory.DateFromTimestampTreeReader.html |  10 +-
 ...derFactory.DecimalFromAnyIntegerTreeReader.html |  10 +-
 ...ReaderFactory.DecimalFromDecimalTreeReader.html |  10 +-
 ...eReaderFactory.DecimalFromDoubleTreeReader.html |  10 +-
 ...erFactory.DecimalFromStringGroupTreeReader.html |  10 +-
 ...aderFactory.DecimalFromTimestampTreeReader.html |  10 +-
 ...aderFactory.DoubleFromAnyIntegerTreeReader.html |  10 +-
 ...eReaderFactory.DoubleFromDecimalTreeReader.html |  10 +-
 ...derFactory.DoubleFromStringGroupTreeReader.html |  10 +-
 ...eaderFactory.DoubleFromTimestampTreeReader.html |  10 +-
 ...reeReaderFactory.FloatFromDoubleTreeReader.html |  10 +-
 ...actory.StringGroupFromAnyIntegerTreeReader.html |  10 +-
 ...derFactory.StringGroupFromBinaryTreeReader.html |  10 +-
 ...eaderFactory.StringGroupFromDateTreeReader.html |  10 +-
 ...erFactory.StringGroupFromDecimalTreeReader.html |  10 +-
 ...derFactory.StringGroupFromDoubleTreeReader.html |  10 +-
 ...ctory.StringGroupFromStringGroupTreeReader.html |  10 +-
 ...Factory.StringGroupFromTimestampTreeReader.html |  10 +-
 ...rFactory.TimestampFromAnyIntegerTreeReader.html |  10 +-
 ...eReaderFactory.TimestampFromDateTreeReader.html |  10 +-
 ...aderFactory.TimestampFromDecimalTreeReader.html |  10 +-
 ...eaderFactory.TimestampFromDoubleTreeReader.html |  10 +-
 ...Factory.TimestampFromStringGroupTreeReader.html |  10 +-
 .../impl/class-use/ConvertTreeReaderFactory.html   |  10 +-
 .../class-use/DataReaderProperties.Builder.html    |  10 +-
 .../orc/impl/class-use/DataReaderProperties.html   |  10 +-
 .../class-use/{ZlibCodec.html => DateUtils.html}   |  26 +-
 .../impl/class-use/DirectDecompressionCodec.html   |  10 +-
 .../orc/impl/class-use/DynamicByteArray.html       |  10 +-
 .../apache/orc/impl/class-use/DynamicIntArray.html |  10 +-
 .../orc/impl/class-use/HadoopShimsFactory.html     |  10 +-
 .../class-use/InStream.UncompressedStream.html     |  10 +-
 .../org/apache/orc/impl/class-use/InStream.html    |  10 +-
 .../apache/orc/impl/class-use/IntegerReader.html   |  10 +-
 .../apache/orc/impl/class-use/IntegerWriter.html   |  10 +-
 .../apache/orc/impl/class-use/MemoryManager.html   |  10 +-
 .../orc/impl/class-use/MemoryManagerImpl.html      |  10 +-
 .../apache/orc/impl/class-use/OrcAcidUtils.html    |  10 +-
 .../apache/orc/impl/class-use/OrcCodecPool.html    |  10 +-
 .../org/apache/orc/impl/class-use/OrcIndex.html    |  10 +-
 .../org/apache/orc/impl/class-use/OrcTail.html     |  10 +-
 .../org/apache/orc/impl/class-use/OutStream.html   |  10 +-
 .../orc/impl/class-use/PhysicalFsWriter.html       |  10 +-
 .../orc/impl/class-use/PositionProvider.html       |  10 +-
 .../orc/impl/class-use/PositionRecorder.html       |  10 +-
 .../orc/impl/class-use/PositionedOutputStream.html |  10 +-
 .../ReaderImpl.StripeInformationImpl.html          |  10 +-
 .../org/apache/orc/impl/class-use/ReaderImpl.html  |  25 +-
 .../RecordReaderImpl.PositionProviderImpl.html     |  10 +-
 .../class-use/RecordReaderImpl.SargApplier.html    |  10 +-
 .../orc/impl/class-use/RecordReaderImpl.html       |  10 +-
 .../RecordReaderUtils.ByteBufferAllocatorPool.html |  10 +-
 .../orc/impl/class-use/RecordReaderUtils.html      |  10 +-
 .../orc/impl/class-use/RunLengthByteReader.html    |  10 +-
 .../orc/impl/class-use/RunLengthByteWriter.html    |  10 +-
 .../orc/impl/class-use/RunLengthIntegerReader.html |  10 +-
 .../impl/class-use/RunLengthIntegerReaderV2.html   |  10 +-
 .../orc/impl/class-use/RunLengthIntegerWriter.html |  10 +-
 .../RunLengthIntegerWriterV2.EncodingType.html     |  10 +-
 .../impl/class-use/RunLengthIntegerWriterV2.html   |  10 +-
 .../SchemaEvolution.IllegalEvolutionException.html |  10 +-
 .../apache/orc/impl/class-use/SchemaEvolution.html |  16 +-
 .../SerializationUtils.FixedBitSizes.html          |  10 +-
 .../orc/impl/class-use/SerializationUtils.html     |  10 +-
 .../impl/class-use/SettableUncompressedStream.html |  10 +-
 .../org/apache/orc/impl/class-use/SnappyCodec.html |  10 +-
 .../apache/orc/impl/class-use/StreamName.Area.html |  10 +-
 .../org/apache/orc/impl/class-use/StreamName.html  |  10 +-
 .../impl/class-use/StringRedBlackTree.Visitor.html |  10 +-
 .../StringRedBlackTree.VisitorContext.html         |  10 +-
 .../orc/impl/class-use/StringRedBlackTree.html     |  10 +-
 .../TreeReaderFactory.BinaryTreeReader.html        |  10 +-
 .../TreeReaderFactory.BooleanTreeReader.html       |  10 +-
 .../TreeReaderFactory.ByteTreeReader.html          |  10 +-
 .../TreeReaderFactory.BytesColumnVectorUtil.html   |  10 +-
 .../TreeReaderFactory.CharTreeReader.html          |  10 +-
 .../impl/class-use/TreeReaderFactory.Context.html  |  10 +-
 .../TreeReaderFactory.DateTreeReader.html          |  10 +-
 .../TreeReaderFactory.Decimal64TreeReader.html     |  10 +-
 .../TreeReaderFactory.DecimalTreeReader.html       |  10 +-
 .../TreeReaderFactory.DoubleTreeReader.html        |  10 +-
 .../TreeReaderFactory.FloatTreeReader.html         |  10 +-
 .../class-use/TreeReaderFactory.IntTreeReader.html |  10 +-
 .../TreeReaderFactory.ListTreeReader.html          |  10 +-
 .../TreeReaderFactory.LongTreeReader.html          |  10 +-
 .../class-use/TreeReaderFactory.MapTreeReader.html |  10 +-
 .../TreeReaderFactory.NullTreeReader.html          |  10 +-
 .../class-use/TreeReaderFactory.ReaderContext.html |  21 +-
 .../TreeReaderFactory.ShortTreeReader.html         |  10 +-
 ...eeReaderFactory.StringDictionaryTreeReader.html |  10 +-
 .../TreeReaderFactory.StringDirectTreeReader.html  |  10 +-
 .../TreeReaderFactory.StringTreeReader.html        |  10 +-
 .../TreeReaderFactory.StructTreeReader.html        |  10 +-
 .../TreeReaderFactory.TimestampTreeReader.html     |  10 +-
 .../class-use/TreeReaderFactory.TreeReader.html    | 132 ++-
 .../TreeReaderFactory.UnionTreeReader.html         |  10 +-
 .../TreeReaderFactory.VarcharTreeReader.html       |  10 +-
 .../orc/impl/class-use/TreeReaderFactory.html      |  10 +-
 .../org/apache/orc/impl/class-use/Utf8Utils.html   |  10 +-
 .../org/apache/orc/impl/class-use/WriterImpl.html  |  10 +-
 .../apache/orc/impl/class-use/WriterInternal.html  |  10 +-
 .../org/apache/orc/impl/class-use/ZlibCodec.html   |  10 +-
 .../org/apache/orc/impl/mask/DecimalIdentity.html  |  10 +-
 .../org/apache/orc/impl/mask/DoubleIdentity.html   |  10 +-
 .../org/apache/orc/impl/mask/ListIdentity.html     |  10 +-
 .../org/apache/orc/impl/mask/LongIdentity.html     |  10 +-
 .../org/apache/orc/impl/mask/MapIdentity.html      |  10 +-
 .../org/apache/orc/impl/mask/MaskFactory.html      |  10 +-
 .../org/apache/orc/impl/mask/MaskProvider.html     |  10 +-
 .../org/apache/orc/impl/mask/NullifyMask.html      |  10 +-
 .../apache/orc/impl/mask/RedactMaskFactory.html    |  10 +-
 .../apache/orc/impl/mask/SHA256MaskFactory.html    |  10 +-
 .../org/apache/orc/impl/mask/StructIdentity.html   |  10 +-
 .../org/apache/orc/impl/mask/UnionIdentity.html    |  10 +-
 .../orc/impl/mask/class-use/DecimalIdentity.html   |  10 +-
 .../orc/impl/mask/class-use/DoubleIdentity.html    |  10 +-
 .../orc/impl/mask/class-use/ListIdentity.html      |  10 +-
 .../orc/impl/mask/class-use/LongIdentity.html      |  10 +-
 .../orc/impl/mask/class-use/MapIdentity.html       |  10 +-
 .../orc/impl/mask/class-use/MaskFactory.html       |  10 +-
 .../orc/impl/mask/class-use/MaskProvider.html      |  10 +-
 .../orc/impl/mask/class-use/NullifyMask.html       |  10 +-
 .../orc/impl/mask/class-use/RedactMaskFactory.html |  10 +-
 .../orc/impl/mask/class-use/SHA256MaskFactory.html |  10 +-
 .../orc/impl/mask/class-use/StructIdentity.html    |  10 +-
 .../orc/impl/mask/class-use/UnionIdentity.html     |  10 +-
 .../org/apache/orc/impl/mask/package-frame.html    |   6 +-
 .../org/apache/orc/impl/mask/package-summary.html  |  10 +-
 .../org/apache/orc/impl/mask/package-tree.html     |  10 +-
 .../org/apache/orc/impl/mask/package-use.html      |  10 +-
 .../org/apache/orc/impl/package-frame.html         |  16 +-
 .../org/apache/orc/impl/package-summary.html       |  83 +-
 .../orc-core/org/apache/orc/impl/package-tree.html |  22 +-
 .../orc-core/org/apache/orc/impl/package-use.html  |  10 +-
 .../apache/orc/impl/writer/BinaryTreeWriter.html   |  10 +-
 .../apache/orc/impl/writer/BooleanTreeWriter.html  |  10 +-
 .../org/apache/orc/impl/writer/ByteTreeWriter.html |  10 +-
 .../org/apache/orc/impl/writer/CharTreeWriter.html |  10 +-
 .../org/apache/orc/impl/writer/DateTreeWriter.html |  10 +-
 .../orc/impl/writer/Decimal64TreeWriter.html       |  10 +-
 .../apache/orc/impl/writer/DecimalTreeWriter.html  |  10 +-
 .../apache/orc/impl/writer/DoubleTreeWriter.html   |  10 +-
 .../apache/orc/impl/writer/FloatTreeWriter.html    |  10 +-
 .../apache/orc/impl/writer/IntegerTreeWriter.html  |  10 +-
 .../org/apache/orc/impl/writer/ListTreeWriter.html |  10 +-
 .../org/apache/orc/impl/writer/MapTreeWriter.html  |  10 +-
 .../orc/impl/writer/StringBaseTreeWriter.html      |  10 +-
 .../apache/orc/impl/writer/StringTreeWriter.html   |  10 +-
 .../apache/orc/impl/writer/StructTreeWriter.html   |  10 +-
 .../orc/impl/writer/TimestampTreeWriter.html       |  10 +-
 .../apache/orc/impl/writer/TreeWriter.Factory.html |  10 +-
 .../org/apache/orc/impl/writer/TreeWriter.html     |  10 +-
 .../org/apache/orc/impl/writer/TreeWriterBase.html |  10 +-
 .../apache/orc/impl/writer/UnionTreeWriter.html    |  10 +-
 .../apache/orc/impl/writer/VarcharTreeWriter.html  |  10 +-
 .../org/apache/orc/impl/writer/WriterContext.html  |  44 +-
 .../org/apache/orc/impl/writer/WriterImplV2.html   |  10 +-
 .../impl/writer/class-use/BinaryTreeWriter.html    |  10 +-
 .../impl/writer/class-use/BooleanTreeWriter.html   |  10 +-
 .../orc/impl/writer/class-use/ByteTreeWriter.html  |  10 +-
 .../orc/impl/writer/class-use/CharTreeWriter.html  |  10 +-
 .../orc/impl/writer/class-use/DateTreeWriter.html  |  10 +-
 .../impl/writer/class-use/Decimal64TreeWriter.html |  10 +-
 .../impl/writer/class-use/DecimalTreeWriter.html   |  10 +-
 .../impl/writer/class-use/DoubleTreeWriter.html    |  10 +-
 .../orc/impl/writer/class-use/FloatTreeWriter.html |  10 +-
 .../impl/writer/class-use/IntegerTreeWriter.html   |  10 +-
 .../orc/impl/writer/class-use/ListTreeWriter.html  |  10 +-
 .../orc/impl/writer/class-use/MapTreeWriter.html   |  10 +-
 .../writer/class-use/StringBaseTreeWriter.html     |  10 +-
 .../impl/writer/class-use/StringTreeWriter.html    |  10 +-
 .../impl/writer/class-use/StructTreeWriter.html    |  10 +-
 .../impl/writer/class-use/TimestampTreeWriter.html |  10 +-
 .../impl/writer/class-use/TreeWriter.Factory.html  |  10 +-
 .../orc/impl/writer/class-use/TreeWriter.html      |  10 +-
 .../orc/impl/writer/class-use/TreeWriterBase.html  |  10 +-
 .../orc/impl/writer/class-use/UnionTreeWriter.html |  10 +-
 .../impl/writer/class-use/VarcharTreeWriter.html   |  10 +-
 .../orc/impl/writer/class-use/WriterContext.html   |  10 +-
 .../orc/impl/writer/class-use/WriterImplV2.html    |  10 +-
 .../org/apache/orc/impl/writer/package-frame.html  |   6 +-
 .../apache/orc/impl/writer/package-summary.html    |  10 +-
 .../org/apache/orc/impl/writer/package-tree.html   |  10 +-
 .../org/apache/orc/impl/writer/package-use.html    |  10 +-
 .../api/orc-core/org/apache/orc/package-frame.html |   6 +-
 .../orc-core/org/apache/orc/package-summary.html   |  10 +-
 site/api/orc-core/org/apache/orc/package-tree.html |  24 +-
 site/api/orc-core/org/apache/orc/package-use.html  |  10 +-
 .../org/apache/orc/util/BloomFilter.BitSet.html    |  10 +-
 .../orc-core/org/apache/orc/util/BloomFilter.html  |  10 +-
 .../apache/orc/util/BloomFilterIO.Encoding.html    |  10 +-
 .../org/apache/orc/util/BloomFilterIO.html         |  10 +-
 .../org/apache/orc/util/BloomFilterUtf8.html       |  10 +-
 site/api/orc-core/org/apache/orc/util/Murmur3.html |  10 +-
 .../orc/util/class-use/BloomFilter.BitSet.html     |  10 +-
 .../org/apache/orc/util/class-use/BloomFilter.html |  10 +-
 .../orc/util/class-use/BloomFilterIO.Encoding.html |  10 +-
 .../apache/orc/util/class-use/BloomFilterIO.html   |  10 +-
 .../apache/orc/util/class-use/BloomFilterUtf8.html |  10 +-
 .../org/apache/orc/util/class-use/Murmur3.html     |  10 +-
 .../org/apache/orc/util/package-frame.html         |   6 +-
 .../org/apache/orc/util/package-summary.html       |  14 +-
 .../orc-core/org/apache/orc/util/package-tree.html |  14 +-
 .../orc-core/org/apache/orc/util/package-use.html  |  10 +-
 .../threeten/extra/chrono/HybridChronology.html    | 967 +++++++++++++++++++++
 .../org/threeten/extra/chrono/HybridDate.html      | 833 ++++++++++++++++++
 .../extra/chrono/class-use/HybridChronology.html}  |  52 +-
 .../extra/chrono/class-use/HybridDate.html         | 325 +++++++
 .../org/threeten/extra/chrono/package-frame.html   |  22 +
 .../threeten/extra/chrono}/package-summary.html    |  50 +-
 .../extra/chrono}/package-tree.html                |  40 +-
 .../org/threeten/extra/chrono}/package-use.html    |  52 +-
 site/api/orc-core/overview-frame.html              |   7 +-
 site/api/orc-core/overview-summary.html            |  16 +-
 site/api/orc-core/overview-tree.html               |  29 +-
 site/api/orc-core/package-list                     |   1 +
 site/api/orc-core/serialized-form.html             | 662 +++++++++++++-
 site/api/orc-mapreduce/allclasses-frame.html       |   6 +-
 site/api/orc-mapreduce/allclasses-noframe.html     |   6 +-
 site/api/orc-mapreduce/constant-values.html        |  14 +-
 site/api/orc-mapreduce/deprecated-list.html        |  10 +-
 site/api/orc-mapreduce/help-doc.html               |  10 +-
 site/api/orc-mapreduce/index-all.html              |  59 +-
 site/api/orc-mapreduce/index.html                  |  15 +-
 .../org/apache/orc/mapred/OrcInputFormat.html      | 111 ++-
 .../org/apache/orc/mapred/OrcKey.html              |  66 +-
 .../org/apache/orc/mapred/OrcList.html             | 129 ++-
 .../org/apache/orc/mapred/OrcMap.html              | 112 ++-
 .../apache/orc/mapred/OrcMapredRecordReader.html   |  94 +-
 .../apache/orc/mapred/OrcMapredRecordWriter.html   |  50 +-
 .../org/apache/orc/mapred/OrcOutputFormat.html     |  64 +-
 .../org/apache/orc/mapred/OrcStruct.html           |  88 +-
 .../org/apache/orc/mapred/OrcTimestamp.html        |  66 +-
 .../org/apache/orc/mapred/OrcUnion.html            |  66 +-
 .../org/apache/orc/mapred/OrcValue.html            |  56 +-
 .../orc/mapred/class-use/OrcInputFormat.html       |  10 +-
 .../org/apache/orc/mapred/class-use/OrcKey.html    |  10 +-
 .../org/apache/orc/mapred/class-use/OrcList.html   |  10 +-
 .../org/apache/orc/mapred/class-use/OrcMap.html    |  10 +-
 .../mapred/class-use/OrcMapredRecordReader.html    |  10 +-
 .../mapred/class-use/OrcMapredRecordWriter.html    |  10 +-
 .../orc/mapred/class-use/OrcOutputFormat.html      |  10 +-
 .../org/apache/orc/mapred/class-use/OrcStruct.html |  10 +-
 .../apache/orc/mapred/class-use/OrcTimestamp.html  |  10 +-
 .../org/apache/orc/mapred/class-use/OrcUnion.html  |  10 +-
 .../org/apache/orc/mapred/class-use/OrcValue.html  |  10 +-
 .../org/apache/orc/mapred/package-frame.html       |   6 +-
 .../org/apache/orc/mapred/package-summary.html     |  22 +-
 .../org/apache/orc/mapred/package-tree.html        |  48 +-
 .../org/apache/orc/mapred/package-use.html         |  10 +-
 .../org/apache/orc/mapreduce/OrcInputFormat.html   |  90 +-
 .../orc/mapreduce/OrcMapreduceRecordReader.html    | 109 ++-
 .../orc/mapreduce/OrcMapreduceRecordWriter.html    |  44 +-
 .../org/apache/orc/mapreduce/OrcOutputFormat.html  |  70 +-
 .../orc/mapreduce/class-use/OrcInputFormat.html    |  10 +-
 .../class-use/OrcMapreduceRecordReader.html        |  10 +-
 .../class-use/OrcMapreduceRecordWriter.html        |  10 +-
 .../orc/mapreduce/class-use/OrcOutputFormat.html   |  10 +-
 .../org/apache/orc/mapreduce/package-frame.html    |   6 +-
 .../org/apache/orc/mapreduce/package-summary.html  |  18 +-
 .../org/apache/orc/mapreduce/package-tree.html     |  24 +-
 .../org/apache/orc/mapreduce/package-use.html      |  10 +-
 site/api/orc-mapreduce/overview-frame.html         |   6 +-
 site/api/orc-mapreduce/overview-summary.html       |  12 +-
 site/api/orc-mapreduce/overview-tree.html          |  60 +-
 site/api/orc-mapreduce/serialized-form.html        |  16 +-
 site/api/orc-shims/allclasses-frame.html           |   6 +-
 site/api/orc-shims/allclasses-noframe.html         |   6 +-
 site/api/orc-shims/constant-values.html            |  10 +-
 site/api/orc-shims/deprecated-list.html            |  10 +-
 site/api/orc-shims/help-doc.html                   |  10 +-
 site/api/orc-shims/index-all.html                  |  10 +-
 site/api/orc-shims/index.html                      |   4 +-
 .../org/apache/orc/EncryptionAlgorithm.html        |  42 +-
 .../apache/orc/class-use/EncryptionAlgorithm.html  |  14 +-
 .../orc/impl/HadoopShims.ByteBufferPoolShim.html   |  18 +-
 .../impl/HadoopShims.DirectCompressionType.html    |  34 +-
 .../orc/impl/HadoopShims.DirectDecompressor.html   |  22 +-
 .../apache/orc/impl/HadoopShims.KeyMetadata.html   |  32 +-
 .../apache/orc/impl/HadoopShims.KeyProvider.html   |  40 +-
 .../org/apache/orc/impl/HadoopShims.LocalKey.html  |  26 +-
 .../orc/impl/HadoopShims.ZeroCopyReaderShim.html   |  34 +-
 .../orc-shims/org/apache/orc/impl/HadoopShims.html |  30 +-
 .../org/apache/orc/impl/HadoopShimsCurrent.html    |  38 +-
 .../org/apache/orc/impl/HadoopShimsPre2_3.html     |  30 +-
 .../org/apache/orc/impl/HadoopShimsPre2_6.html     |  30 +-
 .../org/apache/orc/impl/HadoopShimsPre2_7.html     |  34 +-
 .../class-use/HadoopShims.ByteBufferPoolShim.html  |  10 +-
 .../HadoopShims.DirectCompressionType.html         |  12 +-
 .../class-use/HadoopShims.DirectDecompressor.html  |  10 +-
 .../impl/class-use/HadoopShims.KeyMetadata.html    |  14 +-
 .../impl/class-use/HadoopShims.KeyProvider.html    |  20 +-
 .../orc/impl/class-use/HadoopShims.LocalKey.html   |  10 +-
 .../class-use/HadoopShims.ZeroCopyReaderShim.html  |  10 +-
 .../org/apache/orc/impl/class-use/HadoopShims.html |  10 +-
 .../orc/impl/class-use/HadoopShimsCurrent.html     |  10 +-
 .../orc/impl/class-use/HadoopShimsPre2_3.html      |  10 +-
 .../orc/impl/class-use/HadoopShimsPre2_6.html      |  10 +-
 .../orc/impl/class-use/HadoopShimsPre2_7.html      |  10 +-
 .../org/apache/orc/impl/package-frame.html         |   6 +-
 .../org/apache/orc/impl/package-summary.html       |  10 +-
 .../org/apache/orc/impl/package-tree.html          |  20 +-
 .../orc-shims/org/apache/orc/impl/package-use.html |  10 +-
 .../orc-shims/org/apache/orc/package-frame.html    |   6 +-
 .../orc-shims/org/apache/orc/package-summary.html  |  10 +-
 .../api/orc-shims/org/apache/orc/package-tree.html |  14 +-
 site/api/orc-shims/org/apache/orc/package-use.html |  10 +-
 site/api/orc-shims/overview-frame.html             |   6 +-
 site/api/orc-shims/overview-summary.html           |  12 +-
 site/api/orc-shims/overview-tree.html              |  20 +-
 site/api/orc-tools/allclasses-frame.html           |  15 +-
 site/api/orc-tools/allclasses-noframe.html         |  15 +-
 site/api/orc-tools/constant-values.html            |  48 +-
 site/api/orc-tools/deprecated-list.html            |  20 +-
 site/api/orc-tools/help-doc.html                   |  24 +-
 site/api/orc-tools/index-all.html                  | 146 +++-
 site/api/orc-tools/index.html                      |  22 +-
 .../api/orc-tools/org/apache/orc/tools/Driver.html |  32 +-
 .../orc-tools/org/apache/orc/tools/FileDump.html   |  78 +-
 .../org/apache/orc/tools/JsonFileDump.html         |  44 +-
 .../org/apache/orc/tools/KeyTool.html}             |  84 +-
 .../orc-tools/org/apache/orc/tools/PrintData.html  |  32 +-
 .../org/apache/orc/tools/PrintVersion.html}        | 139 +--
 .../orc/tools/{PrintData.html => ScanData.html}    |  56 +-
 .../org/apache/orc/tools/class-use/Driver.html     |  16 +-
 .../org/apache/orc/tools/class-use/FileDump.html   |  16 +-
 .../apache/orc/tools/class-use/JsonFileDump.html   |  16 +-
 .../org/apache/orc/tools/class-use/KeyTool.html}   |  26 +-
 .../org/apache/orc/tools/class-use/PrintData.html  |  16 +-
 .../{JsonFileDump.html => PrintVersion.html}       |  32 +-
 .../class-use/{FileDump.html => ScanData.html}     |  32 +-
 .../org/apache/orc/tools/convert/ConvertTool.html} |  80 +-
 .../org/apache/orc/tools/convert/CsvReader.html    | 403 +++++++++
 .../org/apache/orc/tools/convert/JsonReader.html   | 407 +++++++++
 .../orc/tools/convert/class-use/ConvertTool.html}  |  30 +-
 .../orc/tools/convert/class-use/CsvReader.html}    |  30 +-
 .../orc/tools/convert/class-use/JsonReader.html}   |  30 +-
 .../apache/orc/tools/convert/package-frame.html    |  23 +
 .../apache/orc/tools/convert}/package-summary.html |  36 +-
 .../apache/orc/tools/convert}/package-tree.html    |  35 +-
 .../org/apache/orc/tools/convert}/package-use.html |  18 +-
 .../apache/orc/tools/json/JsonSchemaFinder.html}   | 163 ++--
 .../org/apache/orc/tools/json/JsonShredder.html}   |  80 +-
 .../tools/json/class-use/JsonSchemaFinder.html}    |  30 +-
 .../orc/tools/json/class-use/JsonShredder.html}    |  30 +-
 .../org/apache/orc/tools/json/package-frame.html   |  22 +
 .../apache/orc/tools/json}/package-summary.html    |  32 +-
 .../org/apache/orc/tools/json}/package-tree.html   |  25 +-
 .../org/apache/orc/tools/json}/package-use.html    |  18 +-
 .../org/apache/orc/tools/package-frame.html        |  10 +-
 .../org/apache/orc/tools/package-summary.html      |  38 +-
 .../org/apache/orc/tools/package-tree.html         |  30 +-
 .../org/apache/orc/tools/package-use.html          |  16 +-
 .../overview-frame.html                            |  11 +-
 .../{orc-shims => orc-tools}/overview-summary.html |  20 +-
 site/api/orc-tools/overview-tree.html              |  31 +-
 site/api/orc-tools/package-list                    |   2 +
 604 files changed, 10140 insertions(+), 4877 deletions(-)
 create mode 100644 site/api/orc-core/org/apache/orc/impl/DateUtils.html
 copy site/api/orc-core/org/apache/orc/impl/class-use/{ZlibCodec.html => 
DateUtils.html} (81%)
 create mode 100644 
site/api/orc-core/org/threeten/extra/chrono/HybridChronology.html
 create mode 100644 site/api/orc-core/org/threeten/extra/chrono/HybridDate.html
 copy site/api/orc-core/org/{apache/orc/impl/class-use/BitFieldReader.html => 
threeten/extra/chrono/class-use/HybridChronology.html} (55%)
 create mode 100644 
site/api/orc-core/org/threeten/extra/chrono/class-use/HybridDate.html
 create mode 100644 
site/api/orc-core/org/threeten/extra/chrono/package-frame.html
 copy site/api/{orc-tools/org/apache/orc/tools => 
orc-core/org/threeten/extra/chrono}/package-summary.html (66%)
 copy site/api/orc-core/org/{apache/orc/util => 
threeten/extra/chrono}/package-tree.html (58%)
 copy site/api/{orc-mapreduce/org/apache/orc/mapred => 
orc-core/org/threeten/extra/chrono}/package-use.html (62%)
 copy 
site/api/{orc-core/org/apache/orc/impl/TreeReaderFactory.BytesColumnVectorUtil.html
 => orc-tools/org/apache/orc/tools/KeyTool.html} (65%)
 copy site/api/{orc-core/org/apache/orc/impl/HadoopShimsFactory.html => 
orc-tools/org/apache/orc/tools/PrintVersion.html} (64%)
 copy site/api/orc-tools/org/apache/orc/tools/{PrintData.html => ScanData.html} 
(72%)
 copy site/api/{orc-mapreduce/org/apache/orc/mapred/class-use/OrcValue.html => 
orc-tools/org/apache/orc/tools/class-use/KeyTool.html} (75%)
 copy site/api/orc-tools/org/apache/orc/tools/class-use/{JsonFileDump.html => 
PrintVersion.html} (76%)
 copy site/api/orc-tools/org/apache/orc/tools/class-use/{FileDump.html => 
ScanData.html} (77%)
 copy site/api/{orc-core/org/apache/orc/impl/writer/TreeWriter.Factory.html => 
orc-tools/org/apache/orc/tools/convert/ConvertTool.html} (68%)
 create mode 100644 
site/api/orc-tools/org/apache/orc/tools/convert/CsvReader.html
 create mode 100644 
site/api/orc-tools/org/apache/orc/tools/convert/JsonReader.html
 copy site/api/{orc-core/org/apache/orc/impl/mask/class-use/NullifyMask.html => 
orc-tools/org/apache/orc/tools/convert/class-use/ConvertTool.html} (72%)
 copy site/api/{orc-core/org/apache/orc/impl/mask/class-use/NullifyMask.html => 
orc-tools/org/apache/orc/tools/convert/class-use/CsvReader.html} (72%)
 copy site/api/{orc-core/org/apache/orc/impl/mask/class-use/MaskProvider.html 
=> orc-tools/org/apache/orc/tools/convert/class-use/JsonReader.html} (72%)
 create mode 100644 
site/api/orc-tools/org/apache/orc/tools/convert/package-frame.html
 copy site/api/{hive-storage-api/org/apache/hive/common/util => 
orc-tools/org/apache/orc/tools/convert}/package-summary.html (67%)
 copy site/api/{hive-storage-api/org/apache/hadoop/hive/common => 
orc-tools/org/apache/orc/tools/convert}/package-tree.html (63%)
 copy site/api/{hive-storage-api/org/apache/hive/common/util => 
orc-tools/org/apache/orc/tools/convert}/package-use.html (79%)
 copy site/api/{orc-core/org/apache/orc/impl/BitFieldWriter.html => 
orc-tools/org/apache/orc/tools/json/JsonSchemaFinder.html} (53%)
 copy site/api/{orc-core/org/apache/orc/impl/writer/TreeWriter.Factory.html => 
orc-tools/org/apache/orc/tools/json/JsonShredder.html} (71%)
 copy 
site/api/{orc-core/org/apache/orc/impl/writer/class-use/DateTreeWriter.html => 
orc-tools/org/apache/orc/tools/json/class-use/JsonSchemaFinder.html} (71%)
 copy site/api/{orc-core/org/apache/orc/impl/mask/class-use/ListIdentity.html 
=> orc-tools/org/apache/orc/tools/json/class-use/JsonShredder.html} (72%)
 create mode 100644 
site/api/orc-tools/org/apache/orc/tools/json/package-frame.html
 copy site/api/{hive-storage-api/org/apache/hive/common/util => 
orc-tools/org/apache/orc/tools/json}/package-summary.html (71%)
 copy site/api/{hive-storage-api/org/apache/hive/common/util => 
orc-tools/org/apache/orc/tools/json}/package-tree.html (72%)
 copy site/api/{hive-storage-api/org/apache/hive/common/util => 
orc-tools/org/apache/orc/tools/json}/package-use.html (79%)
 copy site/api/{orc-mapreduce => orc-tools}/overview-frame.html (54%)
 copy site/api/{orc-shims => orc-tools}/overview-summary.html (84%)

Reply via email to