dongjoon-hyun commented on PR #43:
URL: https://github.com/apache/arrow-swift/pull/43#issuecomment-3000893233

   BTW, @kou , what you mentioned are `warnings` technically. The build itself 
succeeds like the following locally.
   
   ```
   $ swift --version
   Apple Swift version 6.1.2 (swift-6.1.2-RELEASE)
   Target: arm64-apple-macosx15.0
   
   $ swift build
   ...
   
/Users/dongjoon/APACHE/arrow-swift/Arrow/Sources/Arrow/ArrowReader.swift:408:31:
 warning: 'as' test is always true
   406 |                 result.batches.append(recordBatch)
   407 |                 return .success(())
   408 |             } catch let error as ArrowError {
       |                               `- warning: 'as' test is always true
   409 |                 return .failure(error)
   410 |             } catch {
   [1130/1130] Compiling ArrowFlight FlightSql.pb.swift
   Build complete! (79.67s)
   ```


-- 
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]

Reply via email to