dongjoon-hyun opened a new pull request, #408:
URL: https://github.com/apache/spark-connect-swift/pull/408

   ### What changes were proposed in this pull request?
   
   This PR moves the `DataFrameNaFunctions` test cases (`naFill`, `naDrop`, 
`naReplace`) out of `DataFrameTests.swift` into a new dedicated 
`DataFrameNaFunctionsTests.swift` file.
   
   ### Why are the changes needed?
   
   To improve test organization. The `na.(fill|drop|replace)` APIs are backed 
by a separate `DataFrameNaFunctions` source file, so their tests belong in a 
matching test file. This keeps `DataFrameTests.swift` focused and mirrors the 
source layout.
   
   ### Does this PR introduce _any_ user-facing change?
   
   No. This is a test-only refactoring with no test logic changes.
   
   ### How was this patch tested?
   
   Pass the CIs with the existing test cases (`swift build --build-tests` 
succeeds; the three relocated tests are unchanged).
   
   ### Was this patch authored or co-authored using generative AI tooling?
   
   Generated-by: Claude Opus 4.8


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

Reply via email to