hiboyang commented on PR #41036:
URL: https://github.com/apache/spark/pull/41036#issuecomment-1538707652

   > I can help run the tests and build as part of the CI that shouldn't be too 
hard when the make build runs locally.
   > 
   > @hiboyang let me know when make and make fulltest pass locally and then we 
can try to get a first version merged before we add a lot more coverage.
   
   Yes, thanks @grundprinzip for helping CI here!
   
   `make fulltest` is passing now. Need to run `make internal/generated.out` 
first to generate Go proto files.
   
   ```
   make internal/generated.out
   
   make fulltest
   >> TEST, "coverage"
        ?       
github.com/apache/spark/go/v_3_4/examples/spark-connect-example-raw-grpc-client 
[no test files]
        ?       
github.com/apache/spark/go/v_3_4/examples/spark-connect-example-spark-session   
[no test files]
        ?       github.com/apache/spark/go/v_3_4/internal/generated     [no 
test files]
        ok      github.com/apache/spark/go/v_3_4/spark/sql      0.358s  
coverage: 22.6% of statements
   ```
   


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