davisusanibar commented on PR #14182: URL: https://github.com/apache/arrow/pull/14182#issuecomment-1255116154
> @davisusanibar Why is only write support tested? Shouldn't you test support for dataset reads as well? Hi, write support is doing by Java native libraries, then Dataset module is reading that CSV file with (FileFormat.CSV): `new FileSystemDatasetFactory(rootAllocator(), NativeMemoryPool.getDefault(), FileFormat.CSV, writeSupport.getOutputURI());` Currently we are only offering Read support for Parquet. ORC and now CSV, ... write support it not implemented -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
