kylebarron commented on issue #6251: URL: https://github.com/apache/arrow-rs/issues/6251#issuecomment-2297001267
My proposal is more in line with your number 2. `FFI_ArrowSchema` should return `Option<&str>`, see https://github.com/apache/arrow-rs/pull/6273/files#diff-7e788382f74d78e1e32885a29b3040a5b82915542087c703d9e0b158271e2357R264-R274. So any user that interacts with `FFI_ArrowSchema` directly will have a breaking change and need to think about how they handle `None`. But any user who uses the default `TryFrom<FFI_ArrowSchema> for Field` will have it default to `""`. -- 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]
