You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once the Utf8View and BinaryView have been introduced, we have added a new attribute to the RecordBatchspec. 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
TestValueVector
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
The text was updated successfully, but these errors were encountered:
Describe the enhancement requested
Once the
Utf8View
andBinaryView
have been introduced, we have added a new attribute to theRecordBatch
spec. 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
TestValueVector
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
The text was updated successfully, but these errors were encountered: