This is an automated email from the ASF dual-hosted git repository.

mgrund pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/spark-connect-go.git


    from defb852  [MINOR] Fix out-of-default-directory build
     add bc07d65  [MINOR] Fix versioning tag

No new revisions were added by this update.

Summary of changes:
 cmd/spark-connect-example-raw-grpc-client/main.go |  2 +-
 cmd/spark-connect-example-spark-session/main.go   |  8 ++++----
 dev/gen.py                                        |  2 +-
 go.mod                                            |  2 +-
 internal/tests/integration/dataframe_test.go      | 10 +++++-----
 internal/tests/integration/functions_test.go      |  6 +++---
 internal/tests/integration/helper.go              |  2 +-
 internal/tests/integration/spark_runner.go        |  2 +-
 internal/tests/integration/sql_test.go            |  8 ++++----
 quick-start.md                                    |  4 ++--
 spark/client/base/base.go                         |  6 +++---
 spark/client/channel/channel.go                   |  4 ++--
 spark/client/channel/channel_test.go              |  4 ++--
 spark/client/client.go                            | 16 ++++++++--------
 spark/client/client_test.go                       | 10 +++++-----
 spark/client/conf.go                              |  4 ++--
 spark/client/retry.go                             |  8 ++++----
 spark/client/retry_test.go                        |  8 ++++----
 spark/client/testutils/utils.go                   |  2 +-
 spark/mocks/mock_executor.go                      |  8 ++++----
 spark/mocks/mocks.go                              |  2 +-
 spark/sql/column/column.go                        |  4 ++--
 spark/sql/column/column_test.go                   |  2 +-
 spark/sql/column/expressions.go                   |  6 +++---
 spark/sql/column/expressions_test.go              |  2 +-
 spark/sql/dataframe.go                            | 10 +++++-----
 spark/sql/dataframe_test.go                       |  4 ++--
 spark/sql/dataframenafunctions.go                 |  2 +-
 spark/sql/dataframewriter.go                      |  4 ++--
 spark/sql/dataframewriter_test.go                 |  6 +++---
 spark/sql/functions/buiitins.go                   |  4 ++--
 spark/sql/functions/generated.go                  |  2 +-
 spark/sql/group.go                                | 10 +++++-----
 spark/sql/group_test.go                           |  8 ++++----
 spark/sql/plan.go                                 |  2 +-
 spark/sql/sparksession.go                         | 14 +++++++-------
 spark/sql/sparksession_test.go                    | 10 +++++-----
 spark/sql/types/arrow.go                          |  4 ++--
 spark/sql/types/arrow_test.go                     |  4 ++--
 spark/sql/types/builtin.go                        |  2 +-
 spark/sql/types/conversion.go                     |  4 ++--
 spark/sql/types/conversion_test.go                |  4 ++--
 spark/sql/utils/consts.go                         |  2 +-
 43 files changed, 114 insertions(+), 114 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to