vibhatha opened a new issue, #86: URL: https://github.com/apache/arrow-java/issues/86
### Describe the enhancement requested Once the `Utf8View` and `BinaryView` have been introduced, we have added a new attribute to the `RecordBatch` [spec](https://github.com/apache/arrow/blob/main/format/Message.fbs#L117). Once this change is integrated, we need to update the existing interfaces which uses this and related modules which use those interfaces. To introduce this change, it would be better to include this by introducing them component wise so that it can be tested in a streamlined manner. Following are list of modules and their classes which are related with the changes done to update the `RecordBatch` specification. ### Vector - [ ] `JsonFileReader` - [ ] `JsonFileWriter` - [ ] `ArrowReader` - [X] `TestValueVector` - [X] `TestVarcharViewVector` - [ ] `TestVectorUnloadLoad` - [ ] `TestArrowReaderWriter` - [ ] `TestRoundtrip` - [ ] `TestJsonFile` - [ ] `ArrowRecordBatchBenchmarks` - [ ] `MessageSerializerTest` - [ ] `ArrowDictionaryBatch` - [ ] `ArrowStreamReader` - [ ] `TestValidateVector` ### Performance - [ ] `VectorLoaderBenchmark` - [ ] `VectorUnloaderBenchmarks` ### C - [ ] `RoundtripTest` - [ ] `StreamTest` ### Dataset - [ ] `TestDataset` - [ ] `TestFileSystemDataset` - [ ] `ArrowScannerReader` - [ ] `NativeScanner` ### Flight - [ ] `TestFlightClient` - [ ] `TestDoExchange` - [ ] `IntegrationTestClient` - [ ] `FlightStream` - [ ] `IntegrationProducer` - [ ] `ExpirationTimeDoGetScenario` - [ ] `VectorSchemaRootTransformerTest` - [ ] `FlightSQLExample` - [ ] `TestBasicOperation` ### Compression - [ ] `TestCompressionCodec` ### Gandiva - [ ] `ProjectorTest` - [ ] `ProjectorDecimalTest` - [ ] `FilterTest` - [ ] `FilterProjectTest` - [ ] `BaseEvaluatorTest` ### Component(s) Java -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@arrow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org