1. f62880e [SPARK-58498] Support `geometry/geography` types in `DataType.simpleString` by Dongjoon Hyun · 2 days ago main
  2. ab62a17 [SPARK-58497] Support `createDataFrame` in `SparkSession` by Dongjoon Hyun · 2 days ago
  3. 98035c2 [SPARK-58496] Support field-name-based access in `Row` by Dongjoon Hyun · 2 days ago
  4. 14d1ddb [SPARK-58493] Support aggregate functions in `AggregateFunctions` by Dongjoon Hyun · 2 days ago
  5. 765f921 [SPARK-58492] Support window functions with `Window`, `WindowSpec` and `Column.over` by Dongjoon Hyun · 2 days ago
  6. 07e9161 [SPARK-58491] Support `expr` in `Functions` by Dongjoon Hyun · 3 days ago
  7. 7d72e66 [SPARK-58490] Support collection functions in `CollectionFunctions` by Dongjoon Hyun · 3 days ago
  8. 0315c5f [SPARK-58489] Support datetime functions in `DateTimeFunctions` by Dongjoon Hyun · 3 days ago
  9. a5829e4 [SPARK-58483] Support string functions in `StringFunctions` by Dongjoon Hyun · 3 days ago
  10. 72975ce [SPARK-58479] Support math functions in `MathFunctions` by Dongjoon Hyun · 3 days ago
  11. 34ca440 [SPARK-58477] Support `when/otherwise` in `Column` and `Functions` by Dongjoon Hyun · 3 days ago
  12. cceb2e4 [SPARK-58476] Support Column-based `sort/withColumn/drop/join` in `DataFrame` by Dongjoon Hyun · 3 days ago
  13. c7ace77 [SPARK-58475] Support predicate and string methods in `Column` by Dongjoon Hyun · 3 days ago
  14. 559fe2a [SPARK-58474] Support Swift literal operands in `Column` operators via `SparkLiteral` by Dongjoon Hyun · 3 days ago
  15. e2c990f [SPARK-58473] Support comparison/logical/arithmetic operators in `Column` by Dongjoon Hyun · 3 days ago
  16. e0f67e2 [SPARK-58434] Support `pivot` in `GroupedData` by Dongjoon Hyun · 5 days ago
  17. 8263408 [SPARK-58433] Support `repartitionByRange` for `DataFrame` by Dongjoon Hyun · 5 days ago
  18. fa11a94 [SPARK-58432] Support `sortWithinPartitions` for `DataFrame` by Dongjoon Hyun · 5 days ago
  19. 6cdfcdd [SPARK-58430] Support `alias` for `DataFrame` by Dongjoon Hyun · 5 days ago
  20. 405d54c [SPARK-58427] Support `randomSplit` for `DataFrame` by Dongjoon Hyun · 5 days ago
  21. 5cb7b48 [SPARK-58425] Support `observe` for `DataFrame` by Dongjoon Hyun · 5 days ago
  22. 09a1869 [SPARK-58424] Add `count`/`sum`/`avg`/`mean`/`min`/`max` to `GroupedData` by Dongjoon Hyun · 5 days ago
  23. 81d155e [SPARK-58421] Improve `sql` parameter binding to support more literal types instead of crashing by Dongjoon Hyun · 5 days ago
  24. bc76bd1 [SPARK-58345] Handle Arrow message load failures in `DataFrame.execute` by Dongjoon Hyun · 10 days ago
  25. 99f6d39 [SPARK-58344] Support Arrow `Null` type to fix `collect()` crash on void columns by Dongjoon Hyun · 10 days ago
  26. 2cf4f28 [SPARK-58339] Send `RemoveCachedRemoteRelationCommand` when checkpointed `DataFrame` is deallocated by Dongjoon Hyun · 10 days ago
  27. 4cfb32f [SPARK-58338] Fix `defineFlow` to send `relation` via `relation_flow_details` by Dongjoon Hyun · 10 days ago
  28. 3df5a0a [SPARK-58337] Fix `StreamingQuery.exception()` to return `nil` when no exception exists by Dongjoon Hyun · 10 days ago
  29. 9dbb31e [SPARK-58336] Support `Column` expression type and `functions` API by Dongjoon Hyun · 10 days ago
  30. bf9423e [SPARK-58254] Upgrade `swift-system` to 1.7.5 by Dongjoon Hyun · 12 days ago 0.7.0 0.7.0-rc.1
  31. 22dd0e7 [SPARK-58198] Use Apache Spark 4.2.0 in `README.md`, `Examples`, and `Examples.md` by Dongjoon Hyun · 2 weeks ago
  32. 29e41fd [SPARK-58196] Use `apache/spark:4.2.0-scala-java25` image in Spark 4.2 integration test by Dongjoon Hyun · 2 weeks ago
  33. 7d0ddb2 [SPARK-58141] Use Apache Spark 4.2.0 for Spark 4.2 integration tests by Dongjoon Hyun · 3 weeks ago
  34. 3b730dc [SPARK-58091] Upgrade `swift-system` to 1.7.4 by Dongjoon Hyun · 3 weeks ago
  35. 0a6f81a [SPARK-58051] Replace release-stripped asserts with runtime validation by Dongjoon Hyun · 4 weeks ago
  36. 9f47438 [SPARK-58048] Add `Swift 6.4` build test CI by Dongjoon Hyun · 4 weeks ago
  37. 13b02de [SPARK-57967] Upgrade Swift Docker image to 6.3.3 by Dongjoon Hyun · 4 weeks ago
  38. e65e87f [SPARK-57916] Add `Security Best Practices` documentation by Dongjoon Hyun · 5 weeks ago
  39. c787a51 [SPARK-57914] Pin `apache/skywalking-eyes` to `v0.8.0` commit hash by Dongjoon Hyun · 5 weeks ago
  40. e526d80 [SPARK-57913] Use 4.2.0 RC5 for Spark 4.2 integration tests by Dongjoon Hyun · 5 weeks ago
  41. fdb2b6d [SPARK-57912] Improve connection string handling by Dongjoon Hyun · 5 weeks ago
  42. 7eb801f [SPARK-57734] Use 4.2.0 RC4 for Spark 4.2 integration tests by Dongjoon Hyun · 5 weeks ago
  43. 1996a53 [SPARK-57733] Upgrade `gRPC Swift NIO Transport` to 2.9.0 by Dongjoon Hyun · 5 weeks ago
  44. 7cb5083 [SPARK-57732] Upgrade `grpc-swift-2` to 2.4.2 by Dongjoon Hyun · 5 weeks ago
  45. a7b89bf [SPARK-57731] Upgrade `gRPC Swift Protobuf` to 2.4.1 by Dongjoon Hyun · 5 weeks ago
  46. e41476a [SPARK-57542] Support `nearestByJoin` for `DataFrame` by Dongjoon Hyun · 7 weeks ago
  47. 5de2fe6 [SPARK-57541] Use 4.2.0 RC3 for Spark 4.2 integration tests by Dongjoon Hyun · 7 weeks ago
  48. 41a6b74 [SPARK-57522] Update `Spark Connect`-generated `Swift` source code with `4.2.0-rc3` by Dongjoon Hyun · 7 weeks ago
  49. f458d5f [SPARK-57431] Upgrade `Swift System` to 1.7.2 by Dongjoon Hyun · 7 weeks ago
  50. c63d92f [SPARK-57392] Use Apache Spark 4.0.3 in integration tests by Dongjoon Hyun · 8 weeks ago
  51. 6788d8d [SPARK-57390] Use `apache/spark:4.0.2-scala` image in `integration-test-ubuntu` by Dongjoon Hyun · 8 weeks ago
  52. 53e27ce [SPARK-57357] Remove `web` example by Dongjoon Hyun · 8 weeks ago
  53. e7307b6 [SPARK-57347] Remove `spark.sql.geospatial.enabled=true` from `integration-test-mac-spark42` by Dongjoon Hyun · 8 weeks ago
  54. cd4e620 [SPARK-57334] Upgrade `gRPC Swift NIO Transport` to 2.8.0 by Dongjoon Hyun · 8 weeks ago
  55. 90fa414 [SPARK-57333] Use 4.2.0 RC1 for Spark 4.2 integration tests by Dongjoon Hyun · 8 weeks ago
  56. f763844 [SPARK-57312] Use 4.0.3 RC1 for Spark 4.0 integration tests by Dongjoon Hyun · 8 weeks ago
  57. 2abb238 [SPARK-57311] Check the startup logs to make Iceberg integration tests robust by Dongjoon Hyun · 8 weeks ago
  58. 112f838 [SPARK-57310] Support `stat.freqItems` for `DataFrame` by Dongjoon Hyun · 8 weeks ago
  59. 10a3455 [SPARK-57309] Support `stat.sampleBy` for `DataFrame` by Dongjoon Hyun · 8 weeks ago
  60. d0a7ab4 [SPARK-57308] Support `stat.approxQuantile` for `DataFrame` by Dongjoon Hyun · 8 weeks ago
  61. 95774f2 [SPARK-57307] Support `stat.crosstab` for `DataFrame` by Dongjoon Hyun · 8 weeks ago
  62. e56c5ca [SPARK-57306] Move `DataFrameNaFunctions` tests to new `DataFrameNaFunctionsTests` by Dongjoon Hyun · 8 weeks ago
  63. e035f3d [SPARK-57305] Support `stat.(cov|corr)` for `DataFrame` by Dongjoon Hyun · 8 weeks ago
  64. 9fc11ff [SPARK-57304] Support `na.(fill|drop|replace)` for `DataFrame` by Dongjoon Hyun · 8 weeks ago
  65. db0806c [SPARK-57302] Support `withColumn/withColumns` for `DataFrame` by Dongjoon Hyun · 8 weeks ago
  66. 0f001a5 [SPARK-57299] Upgrade `Swift System` to 1.6.5 by Dongjoon Hyun · 8 weeks ago
  67. 44bf60b [SPARK-57279] Add `SECURITY.md` for scan-agent discoverability by Dongjoon Hyun · 8 weeks ago
  68. d11940e [SPARK-57156] Harden fork CI status workflows against run/check-run race and pagination by Liang-Chi Hsieh · 9 weeks ago
  69. cc38900 [SPARK-57151] Run CI in forked repositories and report build status to PRs by Dongjoon Hyun · 9 weeks ago
  70. 1282233 [SPARK-57146] Add `AGENTS.md` and symlink `CLAUDE.md` to it by Dongjoon Hyun · 9 weeks ago
  71. 5386dd5 [SPARK-57094] Use `exact` always instead of `branch` in `Package.swift` by Dongjoon Hyun · 10 weeks ago
  72. ffe3de2 [SPARK-57090] Make `Documentation` up-to-date by Dongjoon Hyun · 10 weeks ago
  73. 0380236 [SPARK-57087] Support `listFunctions` in `Catalog` by Dongjoon Hyun · 10 weeks ago
  74. b7224a8 [SPARK-57086] Support `recoverPartitions` in `Catalog` by Dongjoon Hyun · 10 weeks ago
  75. 3641296 [SPARK-57085] Support `getFunction` in `Catalog` by Dongjoon Hyun · 10 weeks ago
  76. c97e125 [SPARK-57084] Add `geometry` and `geography` SQL tests and answer files by Dongjoon Hyun · 10 weeks ago
  77. 4760847 [SPARK-57063] Support `csv(DataFrame)` in `DataFrameReader` by Dongjoon Hyun · 10 weeks ago
  78. 773c238 [SPARK-57062] Support `json(DataFrame)` in `DataFrameReader` by Dongjoon Hyun · 10 weeks ago
  79. d57fe8c [SPARK-57061] Support `xml(DataFrame)` in `DataFrameReader` by Dongjoon Hyun · 10 weeks ago
  80. 972244e [SPARK-57060] Support `analyzeTable` in `Catalog` by Dongjoon Hyun · 10 weeks ago
  81. 7de270b [SPARK-57059] Add `integration-test-mac-spark41-iceberg` GitHub Actions job by Dongjoon Hyun · 10 weeks ago
  82. ccf841c [SPARK-57051] Support `getCreateTableString` in `Catalog` by Dongjoon Hyun · 2 months ago
  83. 70d2be0 [SPARK-57050] Support `getTableProperties` in `Catalog` by Dongjoon Hyun · 2 months ago
  84. 1fbe1b6 [SPARK-57049] Support `listPartitions` in `Catalog` by Dongjoon Hyun · 2 months ago
  85. 763077d [SPARK-57048] Add `*.pyc` and `*.pyo` to `.gitignore` by Dongjoon Hyun · 2 months ago
  86. 938c78a [SPARK-57047] Support `listViews` in `Catalog` by Dongjoon Hyun · 2 months ago
  87. 3f3bf17 [SPARK-57046] Support `truncateTable` in `Catalog` by Dongjoon Hyun · 2 months ago
  88. c7adf4d [SPARK-57045] Support `drop(Table|View)` in `Catalog` by Dongjoon Hyun · 2 months ago
  89. 624f706 [SPARK-57044] Support `(create|drop)Database` in `Catalog` by Dongjoon Hyun · 2 months ago
  90. 12507da [SPARK-57014] Update `Spark Connect`-generated `Swift` source code with `4.2.0-preview5` by Dongjoon Hyun · 2 months ago
  91. e72a9b6 [SPARK-57013] Drop Spark 3.5 Support by Dongjoon Hyun · 2 months ago
  92. f3efeea [SPARK-56857] Upgrade Swift to 6.3.2 by Dongjoon Hyun · 2 months ago
  93. eebe4d8 [SPARK-57009] Add `dev/spark_jira_utils.py` by Dongjoon Hyun · 2 months ago
  94. ba80e29 [SPARK-57010] Upgrade `Iceberg` to 1.11.0 in integration tests by Dongjoon Hyun · 2 months ago
  95. b5a5de1 [SPARK-56858] Use `Xcode 26.5` in CIs by Dongjoon Hyun · 2 months ago
  96. 96580cf [SPARK-57008] Regenerate `Spark Connect`-generated Swift source code with `protoc-gen-grpc-swift-2` 2.4.0 by Dongjoon Hyun · 2 months ago
  97. 4e54aee [SPARK-57007] Use Spark 4.1.2 in docs, examples, and tests by Dongjoon Hyun · 2 months ago
  98. e394532 [SPARK-56996] Use Spark 4.1.2 instead of RC1 by Dongjoon Hyun · 2 months ago
  99. 917db48 [SPARK-56951] Use 4.1.2 RC1 for Spark 4.1 integration tests by Dongjoon Hyun · 3 months ago
  100. 4101b0d [SPARK-56950] Upgrade `gRPC Swift Protobuf` to 2.4.0 by Dongjoon Hyun · 3 months ago