emilk commented on PR #19954: URL: https://github.com/apache/datafusion/pull/19954#issuecomment-3790350592
Btw, datafusion currently uses `;N` suffix for "nullable", while `arrow-rs` now uses an `nullable ` prefix instead: `Int32;N` vs `nullable Int32` Maybe we want to follow arrow-rs here? -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
