mapleFU commented on PR #34511: URL: https://github.com/apache/arrow/pull/34511#issuecomment-1634285393
I'm so busy these few days, so maybe I don't have time these month. For me, `StreamWriter` is a bit wierd, because although it has a schema when opening the writer, but in fact, it checks depend on the `operator<<` and logical type. This is a bit weird for me. Another problem is that it checks the type every record, I don't think it's a good idea. As for logical type, we cannot make sure that user is writing using LogicalType or deprecated only-converttype mode, so it makes it more complex, maybe we can draft how to redesign it with LogicalType later, so that nano seconds or others can be written, and type checkings could be easier. @pitrou -- 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]
