1. defb852 [MINOR] Fix out-of-default-directory build by Martin Grund · 5 days ago master v0.1.0-rc2
  2. a530ab2 [MINOR] Fix build without generating protos by Martin Grund · 5 days ago
  3. 2383413 [MINOR] Fix Quickstart Documentation by Martin Grund · 5 days ago v0.1.0-rc1
  4. 622ad40 Bump golang.org/x/oauth2 from 0.28.0 to 0.30.0 by dependabot[bot] · 5 days ago
  5. 668db8a Bump github.com/apache/arrow-go/v18 from 18.2.0 to 18.3.0 by dependabot[bot] · 5 days ago
  6. d7e351d Bump google.golang.org/grpc from 1.71.0 to 1.72.2 by dependabot[bot] · 5 days ago
  7. 900c9c9 Spark 4 Support by Martin Grund · 5 days ago
  8. ffd8320 Bump golang.org/x/oauth2 from 0.25.0 to 0.28.0 by dependabot[bot] · 3 months ago
  9. 470dd16 Bump golang.org/x/net from 0.34.0 to 0.36.0 by dependabot[bot] · 3 months ago
  10. d2bbe50 Bump github.com/apache/arrow-go/v18 from 18.1.0 to 18.2.0 by dependabot[bot] · 3 months ago
  11. 6862163 Updating to Spark 3.5.5 by Martin Grund · 3 months ago
  12. 49e9aba Bump google.golang.org/protobuf from 1.36.4 to 1.36.5 by dependabot[bot] · 3 months ago
  13. df5103f Bump google.golang.org/grpc from 1.69.4 to 1.70.0 by dependabot[bot] · 4 months ago
  14. c8ae92c [BUILD] Fix GH Actions by Martin Grund · 4 months ago
  15. 3c6cdda Bump google.golang.org/protobuf from 1.36.3 to 1.36.4 by dependabot[bot] · 4 months ago
  16. 84b5411 Bump google.golang.org/protobuf from 1.36.1 to 1.36.3 by dependabot[bot] · 5 months ago
  17. 66e532f Bump github.com/apache/arrow-go/v18 from 18.0.0 to 18.1.0 by dependabot[bot] · 5 months ago
  18. 535d1d8 Bump google.golang.org/grpc from 1.69.2 to 1.69.4 by dependabot[bot] · 5 months ago
  19. ffbe433 Add Support for Struct Conversion when reading Arrow data by kronsbein · 5 months ago
  20. c00cb58 Bump golang.org/x/oauth2 from 0.24.0 to 0.25.0 by dependabot[bot] · 5 months ago
  21. 6f295b6 #53 Adding support for UserAgent and UserId by Martin Grund · 5 months ago
  22. a24841f #86 Fix ordering of `Row.FieldNames()` by Martin Grund · 5 months ago
  23. 650d733 Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 by dependabot[bot] · 5 months ago
  24. 29c521f Bump golang.org/x/oauth2 from 0.22.0 to 0.24.0 by dependabot[bot] · 5 months ago
  25. a43b03b [ADHOC] Update Dependencies for golang.org/x/net by Martin Grund · 5 months ago
  26. 37a5675 Create dependabot.yml by Martin Grund · 5 months ago
  27. f9398aa Add Sample functionality in DataFrame by vatsal · 5 months ago
  28. 8c9f621 #52 Support for custom iterators on DataFrame by Martin Grund · 5 months ago
  29. cc18a0e #58 Add support for `df.Stat()` and `df.ApproxQuantile()` by Martin Grund · 5 months ago
  30. 7cc2cbc #58 Add support for `df.agg()` by Martin Grund · 5 months ago
  31. 229c570 #58 Adding `DropNa` and `df.na.*` methods by Martin Grund · 5 months ago
  32. 60b1610 Fix broken build by Martin Grund · 5 months ago
  33. 57211c6 Add column.getItem to Columns by Magnus Pierre · 5 months ago
  34. 1ae6f72 #84 adding `Replace()` by Martin Grund · 5 months ago
  35. 1e56e84 Added implementations of FillNa by Alex Ott · 5 months ago
  36. d24eec4 Supporting Spark-Submit for Spark Connect Go by Martin Grund · 5 months ago
  37. c3f3eca #95 Improve Compile-Time Safety for Literals by Martin Grund · 6 months ago
  38. 15b481b [#58] Adding Unpivot/Melt by Martin Grund · 6 months ago
  39. 3f98d9c [DOC] Improve contributor guide by Alex Ott · 6 months ago
  40. f582266 [ADHOC] Updated Spark Version for CI build by Martin Grund · 6 months ago
  41. 5880ead (FIX Issue #87) Correct Config to accurately set UserContext by Magnus Pierre · 7 months ago
  42. 77eb4bb Add config support by Magnus Pierre · 7 months ago
  43. a8fccbf add option function to spark read by Amin Karkhi · 8 months ago
  44. f69ba34 Migrate to arrow-go by Xin Hao · 8 months ago
  45. e29b941 fix: add unit tests to Row by Mustafa Elbehery · 8 months ago
  46. 7e10ae5 fix: Row FieldNames() memory allocation by Paul Hegenberg · 8 months ago
  47. b6b0899 [#73] Replace usage of map[string]Convertible in withColumns with a sequential alternative by Martin Grund · 8 months ago
  48. 8432dd0 Cleanup row type and Arrow conversion by Martin Grund · 8 months ago
  49. 78922ba [#58] More DataFrame Functionality by Martin Grund · 9 months ago
  50. 2774c11 [#58] More DataFrame Features by Martin Grund · 9 months ago
  51. 89ff913 [#58] Add Support for more DataFrame functions by Martin Grund · 9 months ago
  52. adfdd75 [#58] Add CreateDataFrame, Corr, Cov, Count, ColRegex, Columns by Martin Grund · 9 months ago
  53. d2f8177 Improve channel builder for external applications by Martin Grund · 9 months ago
  54. a8ea83b [#58] Initial Support for `GroupBy` by Martin Grund · 10 months ago
  55. 594f0b7 Improve Package Structure by Martin Grund · 10 months ago
  56. 361a564 [#63] Add stack trace support to spark errors by Mathias Schwarz · 10 months ago
  57. e93f73b [#58] Adding Support for select, selectExpr, crossJoin, and Alias by Martin Grund · 10 months ago
  58. b05a602 [MINOR] Enhance the quick start example and spark session example by Xin Hao · 10 months ago
  59. cb598d2 [MINOR] fix the warning of go mod by Xin Hao · 10 months ago
  60. 072f287 #47 Adding Builtin Functions by Martin Grund · 10 months ago
  61. 5918acb [MINOR] fix the example in the quick start doc by Xin Hao · 10 months ago
  62. 43edab3 [MINOR] Properly Cache Artifacts in CI by Martin Grund · 10 months ago
  63. fd75f5b Allowing GitHub Issues and Projects by Martin Grund · 10 months ago
  64. 7070ad0 [MINOR] Upgrade to Spark 3.5.2 in the docs and CI by Xin Hao · 10 months ago
  65. 0ed4200 [SPARK-48754] Adding Integration Tests by Martin Grund · 10 months ago
  66. 3c36c67 [SPARK-44141] Removed need to have buf preinstalled by Arnar Páll · 10 months ago
  67. 78a161e [SPARK-48754] Support Retries in Go client by Martin Grund · 10 months ago
  68. c5c76b3 [SPARK-48753] Upgrade arrow to v17 by Peter Kristensen · 10 months ago
  69. 1c7f4d2 [MINOR][DOCS] use the same Spark version in the readme and quick-start by Xin Hao · 10 months ago
  70. 146b076 [MINOR] Allowing the merge tool to use JIRA Token by Martin Grund · 10 months ago
  71. 957a4b3 [SPARK-48982] Properly extract Spark Errors from GRPC Request by Martin Grund · 11 months ago
  72. 53797bd [SPARK-48951] Adding `column` and `functions` packages by Martin Grund · 11 months ago
  73. 3123425 Bump google.golang.org/grpc from 1.64.0 to 1.64.1 by dependabot[bot] · 11 months ago
  74. 165cf4b [SPARK-48754] Further refactoring to make the code more stable and accessible by Martin Grund · 11 months ago
  75. e0cde67 [SPARK-48754] Address comments (#31) by Martin Grund · 11 months ago
  76. a1b4f12 [SPARK-48777][BUILD] Properly lint, vet and check for license headers. (#32) by Martin Grund · 11 months ago
  77. 05ffb58 [SPARK-48754] Refactor Channel builder to support other implementations by Martin Grund · 11 months ago
  78. 0a850f6 [SPARK-48754] Refactoring the package names for more clarity and ergonomics by Martin Grund · 11 months ago
  79. f22f86b [SPARK-48754] Separate session code from sql module by Mathias Schwarz · 11 months ago
  80. e9e142e [SPARK-48777] Set version to v35 as only major versions are allowed in Go by Martin Grund · 12 months ago
  81. 9dc64df [SPARK-48777] Adjusting the version identifier to v3.5 to match Spark by Martin Grund · 12 months ago
  82. 8dc8fa4 Revert "[SPARK-48777][BUILD] Migrate build system to Bazel" by Hyukjin Kwon · 12 months ago
  83. f681fbd Revert "[SPARK-48777][BUILD][FOLLOW] Set version to `v35` since v1 is not allowed and it follows the Spark release" by Hyukjin Kwon · 12 months ago
  84. 4c315b3 [SPARK-48777][BUILD][FOLLOW] Set version to `v35` since v1 is not allowed and it follows the Spark release by Martin Grund · 12 months ago
  85. 17d03a0 [SPARK-48777][BUILD] Migrate build system to Bazel by Martin Grund · 12 months ago
  86. f1272bc [SPARK-48754] Update dependencies to match current releases by Mathias Schwarz · 12 months ago
  87. 9e254ba [SPARK-48754] Adding tests, structure, best practices to productionize code base by Mathias Schwarz · 12 months ago
  88. 884ae1c [SPARK-47842][CONNECT] Use v1 as spark connect go library starting version by Bo (AIML) Yang · 1 year, 2 months ago
  89. f7ad518 [MINOR] Make readme easier to follow by Matthew Powers · 1 year, 2 months ago
  90. 3007733 Bump golang.org/x/net from 0.10.0 to 0.17.0 by dependabot[bot] · 1 year, 8 months ago
  91. bb28126 [DOC] Add Quick Start Guide for user to use this repo as a library by hiboyang · 1 year, 9 months ago
  92. f2c9478 [SPARK-44681] Fix issues when writing Go application code using Spark Connect Go client library by hiboyang · 1 year, 10 months ago
  93. b35574e [SPARK-44368] Support Repartition and RepartitionByRange in Spark Connect Go Client by hiboyang · 1 year, 11 months ago
  94. e9001d2 [SPARK-43351] Support more data types when reading from spark connect arrow dataset to data frame; Also implement CreateTempView by hiboyang · 2 years ago
  95. 3ddc6a5 [SPARK-43351] Add DataFrame writer and reader prototype code by hiboyang · 2 years ago
  96. 67f6168 [MINOR] Updated readme and go example code by Denny Lee · 2 years ago
  97. af02e0e [SPARK-43958] Adding support for Channel Builder by Martin Grund · 2 years ago
  98. 9b8c70d [SPARK-43351][FOLLOW] Cleanup and Fix Makefile by Martin Grund · 2 years ago
  99. 2e2d7a4 [SPARK-43351] Add init Spark Connect Go files by Bo Yang · 2 years ago
  100. fef1294 [SPARK-43909] Build Workflow by Martin Grund · 2 years ago