You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### What changes were proposed in this pull request?
This PR aims to clean up build warnings.
### Why are the changes needed?
**BEFORE**
```
$ swift build | grep warning
/Users/dongjoon/APACHE/spark-connect-swift/Sources/SparkConnect/ArrowReader.swift:301:27: warning: 'as' test is always true
| `- warning: 'as' test is always true
/Users/dongjoon/APACHE/spark-connect-swift/Sources/SparkConnect/ArrowReader.swift:364:25: warning: 'as' test is always true
| `- warning: 'as' test is always true
/Users/dongjoon/APACHE/spark-connect-swift/Sources/SparkConnect/ArrowReader.swift:301:27: warning: 'as' test is always true
| `- warning: 'as' test is always true
/Users/dongjoon/APACHE/spark-connect-swift/Sources/SparkConnect/ArrowReader.swift:364:25: warning: 'as' test is always true
| `- warning: 'as' test is always true
/Users/dongjoon/APACHE/spark-connect-swift/Sources/SparkConnect/ArrowReader.swift:301:27: warning: 'as' test is always true
| `- warning: 'as' test is always true
/Users/dongjoon/APACHE/spark-connect-swift/Sources/SparkConnect/ArrowReader.swift:364:25: warning: 'as' test is always true
| `- warning: 'as' test is always true
```
**AFTER**
```
$ swift build | grep warning
```
### Does this PR introduce _any_ user-facing change?
A code cleanup.
### How was this patch tested?
Manual review.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes#31 from dongjoon-hyun/minor.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
0 commit comments