lukedg97 opened a new issue, #39709: URL: https://github.com/apache/arrow/issues/39709
### Describe the bug, including details regarding any error messages, version, and platform. Attempting to send Date32 columns over ArrowFlight to swift. At https://github.com/apache/arrow/blob/55afcf0450aa2b611e78335bdbfd77e55ae3bc9f/swift/Arrow/Sources/Arrow/ArrowReaderHelper.swift#L67 and https://github.com/apache/arrow/blob/55afcf0450aa2b611e78335bdbfd77e55ae3bc9f/swift/Arrow/Sources/Arrow/ArrowReaderHelper.swift#L72 the objects are being initialized with `ArrowType.ArrowString` when they should be `ArrowType.ArrowDate32` and `ArrowType.ArrowDate64` Also, its seems that in most other arrow places the primary date dataType is Timestamp and I was wondering if that might be implemented in arrow for swift soon? ### Component(s) Swift -- 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]
