| 方法和说明 |
|---|
| org.apache.orc.OrcFile.ReaderOptions.fileMetadata(FileMetadata)
Use
OrcFile.ReaderOptions.orcTail(OrcTail) instead. |
| org.apache.orc.OrcConf.getInt(Configuration, int)
Use
OrcConf.getInt(Configuration) instead. This method was incorrectly added and
shouldn't be used anymore. |
| org.apache.parquet.hadoop.ParquetFileReader.getPath()
will be removed in 2.0.0; use
ParquetFileReader.getFile() instead |
| org.apache.parquet.hadoop.ParquetWriter.Builder.withRowGroupSize(int)
Use
withRowGroupSize(long) instead |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.