1. 9c4f12c [SPARK-47949][SQL][DOCKER][TESTS] MsSQLServer: Bump up mssql docker image version to 2022-CU12-GDR1-ubuntu-22.04 by Kent Yao · 9 weeks ago
  2. cf5fc0c [MINOR][DOCS] Fix type hint of 3 functions by Ruifeng Zheng · 9 weeks ago
  3. 33fa77c [MINOR][DOCS] Add `docs/_generated/` to .gitignore by Kent Yao · 9 weeks ago
  4. ca916258 [SPARK-47953][DOCS] MsSQLServer: Document Mapping Spark SQL Data Types to Microsoft SQL Server by Kent Yao · 9 weeks ago
  5. 9d9f292a [SPARK-47873][SQL] Write collated strings to Hive metastore using the regular string type by Stefan Kandic · 9 weeks ago
  6. b9f2270 [SPARK-47352][SQL] Fix Upper, Lower, InitCap collation awareness by Mihailo Milosevic · 9 weeks ago
  7. 61ac342 [SPARK-47805][SS] Implementing TTL for MapState by Eric Marnadi · 9 weeks ago
  8. e74221e [SPARK-47945][SQL] MsSQLServer: Document Mapping Spark SQL Data Types from Microsoft SQL Server and add tests by Kent Yao · 9 weeks ago
  9. d1298e7 [SPARK-47931][SQL] Remove unused and leaked threadlocal/session sessionHive by Kent Yao · 9 weeks ago
  10. 885e98e [SPARK-47412][SQL] Add Collation Support for LPad/RPad by GideonPotok · 9 weeks ago
  11. eba6364 [SPARK-47633][SQL] Include right-side plan output in `LateralJoin#allAttributes` for more consistent canonicalization by Bruce Robbins · 9 weeks ago
  12. 876c2cf [SPARK-44170][BUILD][FOLLOWUP] Align JUnit5 dependency's version and clean up exclusions by Cheng Pan · 9 weeks ago
  13. 9d715ba [SPARK-47938][SQL] MsSQLServer: Cannot find data type BYTE error by Kent Yao · 9 weeks ago
  14. 3c7905e [SPARK-47600][CORE] MLLib: Migrate logInfo with variables to structured logging framework by Tuan Pham · 9 weeks ago
  15. e01ac58 [SPARK-47933][PYTHON] Parent Column class for Spark Connect and Spark Classic by Hyukjin Kwon · 9 weeks ago
  16. a97e72c [SPARK-47937][PYTHON][DOCS] Fix docstring of `hll_sketch_agg` by Ruifeng Zheng · 9 weeks ago
  17. e4fb7dd [MINOR] Remove unnecessary `imports` by panbingkun · 9 weeks ago
  18. b335dd3 [SPARK-47909][CONNECT][PYTHON][TESTS][FOLLOW-UP] Move `pyspark.classic` references by Hyukjin Kwon · 9 weeks ago
  19. 9e7ee76 [SPARK-47903][PYTHON] Add support for remaining scalar types in the PySpark Variant library by Harsh Motwani · 9 weeks ago
  20. ac9a12e [SPARK-47942][K8S][DOCS] Drop K8s v1.26 Support by Dongjoon Hyun · 9 weeks ago
  21. fc0c855 [SPARK-47904][SQL] Preserve case in Avro schema when using enableStableIdentifiersForUnionType by Ivan Sadikov · 9 weeks ago
  22. f2d0cf2 [SPARK-47907][SQL] Put bang under a config by Serge Rielau · 9 weeks ago
  23. 8656316 [SPARK-47940][BUILD][TESTS] Upgrade `guava` dependency to `33.1.0-jre` in Docker IT by Cheng Pan · 9 weeks ago
  24. 676d47f [SPARK-47935][INFRA][PYTHON] Pin `pandas==2.0.3` for `pypy3.8` by Ruifeng Zheng · 9 weeks ago
  25. 256fc51 [SPARK-47411][SQL] Support StringInstr & FindInSet functions to work with collated strings by Milan Dankovic · 9 weeks ago
  26. 61dc9d9 [SPARK-47928][SQL][TEST] Speed up test "Add jar support Ivy URI in SQL" by Cheng Pan · 9 weeks ago
  27. b20356e [SPARK-47900] Fix check for implicit (UTF8_BINARY) collation by Stefan Kandic · 9 weeks ago
  28. 2fb31de [SPARK-47930][BUILD] Upgrade RoaringBitmap to 1.0.6 by panbingkun · 9 weeks ago
  29. 79a1fa4 [SPARK-47890][CONNECT][PYTHON] Add variant functions to Scala and Python by Chenhao Li · 9 weeks ago
  30. e1432ef [SPARK-47413][SQL] - add support to substr/left/right for collations by GideonPotok · 9 weeks ago
  31. 2d0b56c [SPARK-47932][SQL][TESTS] Avoid using legacy commons-lang by Cheng Pan · 9 weeks ago
  32. 458f70b [SPARK-47902][SQL] Making Compute Current Time* expressions foldable by Aleksandar Tomic · 9 weeks ago
  33. 9f34b8e [SPARK-47845][SQL][PYTHON][CONNECT] Support Column type in split function for scala and python by Liu Cao · 9 weeks ago
  34. 2d9d444 [MINOR][DOCS] Change `SPARK_ANSI_SQL_MODE`in PlanStabilitySuite documentation by Hyukjin Kwon · 9 weeks ago
  35. 393a84f [SPARK-47909][PYTHON][CONNECT] Parent DataFrame class for Spark Connect and Spark Classic by Hyukjin Kwon · 9 weeks ago
  36. adf02d3 [SPARK-47925][SQL][TESTS] Mark `BloomFilterAggregateQuerySuite` as `ExtendedSQLTest` by Dongjoon Hyun · 10 weeks ago
  37. 2613516 [SPARK-47924][CORE] Add a DEBUG log to `DiskStore.moveFileToBlock` by Dongjoon Hyun · 10 weeks ago
  38. 3fcc0f7 [SPARK-47923][R] Upgrade the minimum version of `arrow` R package to 10.0.0 by Dongjoon Hyun · 10 weeks ago
  39. 8aa8ad6 [SPARK-47915][BUILD][K8S] Upgrade `kubernetes-client` to 6.12.1 by Bjørn Jørgensen · 10 weeks ago
  40. 0d553d0 [SPARK-47906][PYTHON][DOCS] Fix docstring and type hint of `hll_union_agg` by Ruifeng Zheng · 10 weeks ago
  41. 2bf4346 [SPARK-47833][SQL][CORE] Supply caller stackstrace for checkAndGlobPathIfNecessary AnalysisException by Cheng Pan · 10 weeks ago
  42. 06b12fc [SPARK-47901][BUILD] Upgrade common-text 1.12.0 by yangjie01 · 10 weeks ago
  43. 8aa2dad [SPARK-47596][DSTREAMS] Streaming: Migrate logWarn with variables to structured logging framework by panbingkun · 10 weeks ago
  44. fe47ede [SPARK-47883][SQL] Make `CollectTailExec.doExecute` lazy with RowQueue by Ruifeng Zheng · 10 weeks ago
  45. 76fb196 [SPARK-46935][DOCS] Consolidate error documentation by Nicholas Chammas · 10 weeks ago
  46. bb5ded8 [SPARK-47371][SQL][FOLLOWUP] XML: Stop ignoring CDATA within row tags by Yousof Hosny · 10 weeks ago
  47. e2e17fe [SPARK-47816][CONNECT][DOCS][FOLLOWUP] refine the description by Ruifeng Zheng · 10 weeks ago
  48. d09230b [SPARK-44461][FOLLOWUP][SS][CONNECT] Remove unneeded TODOs by Wei Liu · 10 weeks ago
  49. 074ddc282 [SPARK-47898][SQL] Port HIVE-12270: Add DBTokenStore support to HS2 delegation token by Kent Yao · 10 weeks ago
  50. 9f9cc87 [MINOR][TESTS] Replace CONFIG_DIM1 with CONFIG_DIM2 in timestamp tests by Kent Yao · 10 weeks ago
  51. 6232085 [SPARK-47887][CONNECT] Remove unused import `spark/connect/common.proto` from `spark/connect/relations.proto` by yangjie01 · 10 weeks ago
  52. 51ca47d [SPARK-47893][BUILD] Upgrade ASM to 9.7 by panbingkun · 10 weeks ago
  53. fd3f70c [SPARK-47858][SPARK-47852][PYTHON][SQL][FOLLOWUP] Fix Python Liner by panbingkun · 2 months ago
  54. b5bb75c [SPARK-47895][SQL] group by all should be idempotent by Wenchen Fan · 2 months ago
  55. 52a2e63 [SPARK-47850][SQL] Support `spark.sql.hive.convertInsertingUnpartitionedTable` by Cheng Pan · 2 months ago
  56. bcafb43 [SPARK-47767][SQL] Show offset value in TakeOrderedAndProjectExec by guihuawen · 2 months ago
  57. 216379d [SPARK-47858][SPARK-47852][PYTHON][SQL] Refactoring the structure for DataFrame error context by Haejoon Lee · 2 months ago
  58. 564b238 [SPARK-47864][PYTHON][DOCS] Enhance "Installation" page to cover all installable options by Haejoon Lee · 2 months ago
  59. eb8688c [SPARK-47896][BUILD] Upgrade netty to `4.1.109.Final` by panbingkun · 2 months ago
  60. 9718573 [SPARK-47591][SQL] Hive-thriftserver: Migrate logInfo with variables to structured logging framework by Haejoon Lee · 2 months ago
  61. 47d783b [SPARK-47882][SQL] createTableColumnTypes need to be mapped to database types instead of using directly by Kent Yao · 2 months ago
  62. 24b4581 [SPARK-47894][CORE][WEBUI] Add `Environment` page to Master UI by Dongjoon Hyun · 2 months ago
  63. 60e75e6 [SPARK-47810][SQL] Replace equivalent expression to <=> in join condition by zml1206 · 2 months ago
  64. c4b0c26 [SPARK-47839][SQL] Fix aggregate bug in RewriteWithExpression by Kelvin Jiang · 2 months ago
  65. 61a7901 [SPARK-47846][SQL] Add support for Variant type in from_json expression by Harsh Motwani · 2 months ago
  66. 37afc3f [SPARK-47803][FOLLOWUP] Fix cast binary/decimal to variant by Chenhao Li · 2 months ago
  67. 21d8bbd [SPARK-47867][FOLLOWUP] Fix variant parsing in JacksonParser by Chenhao Li · 2 months ago
  68. 2e81f9a [SPARK-46810][DOCS][FOLLOWUP] Make some reference file links clickable by panbingkun · 2 months ago
  69. a7f8cce [SPARK-47891][PYTHON][DOCS] Improve docstring of mapInPandas by Xinrong Meng · 2 months ago
  70. 4957a40 [SPARK-47584][SQL] SQL core: Migrate logWarn with variables to structured logging framework by panbingkun · 2 months ago
  71. 898838a [SPARK-47627][SQL] Add SQL MERGE syntax to enable schema evolution by Paddy Xu · 2 months ago
  72. f99b1b1 [SPARK-47360][SQL] Collation support: Overlay, FormatString, Length, BitLength, OctetLength, SoundEx, Luhncheck by Nikola Mandic · 2 months ago
  73. be6eef9 [SPARK-47726][DOC] Document push-based shuffle metrics by Luca Canali · 2 months ago
  74. 1b65b2a [SPARK-47416][SQL] Add new functions to CollationBenchmark by Vladimir Golubev · 2 months ago
  75. 19833d9 [SPARK-47886][SQL][DOCS][TESTS] Postgres: Add tests and doc for Postgres special numeric values by Kent Yao · 2 months ago
  76. e2e6710 [SPARK-47765][SQL][FOLLOWUP] Disable SET COLLATION when collations are disabled by Mihailo Milosevic · 2 months ago
  77. 7dc88db [SPARK-47885][PYTHON][CONNECT] Make pyspark.resource compatible with pyspark-connect by Hyukjin Kwon · 2 months ago
  78. 5da7b68 [SPARK-47763][CONNECT][TESTS] Enable local-cluster tests with pyspark-connect package by Hyukjin Kwon · 2 months ago
  79. 1b53f12 [SPARK-47863][SQL] Fix startsWith & endsWith collation-aware implementation for ICU by Uros Bojanic · 2 months ago
  80. e327c12 [SPARK-47884][INFRA] Switch ANSI SQL CI job to NON-ANSI SQL CI job by Dongjoon Hyun · 2 months ago
  81. 6fb2f7c [SPARK-44444][SQL] Use ANSI SQL mode by default by Dongjoon Hyun · 2 months ago
  82. 4e754f7 [SPARK-47822][SQL] Prohibit Hash Expressions from hashing the Variant Data Type by Harsh Motwani · 2 months ago
  83. 76882d0 [SPARK-47821][SQL] Implement is_variant_null expression by Harsh Motwani · 2 months ago
  84. 4913c34 [SPARK-47867][SQL] Support variant in JSON scan by Chenhao Li · 2 months ago
  85. 8c2c0fb [SPARK-46812][CONNECT][PYTHON][FOLLOW-UP] Add pyspark.pyspark.sql.connect.resource into PyPi packaging by Hyukjin Kwon · 2 months ago
  86. f774959 [SPARK-47588][CORE] Hive module: Migrate logInfo with variables to structured logging framework by Gengliang Wang · 2 months ago
  87. 2054ab0 [SPARK-47880][SQL][DOCS] Oracle: Document Mapping Spark SQL Data Types to Oracle by Kent Yao · 2 months ago
  88. 268856d [SPARK-47879][SQL] Oracle: Use VARCHAR2 instead of VARCHAR for VarcharType mapping by Kent Yao · 2 months ago
  89. ab6338e [SPARK-47838][BUILD] Upgrade `rocksdbjni` to 8.11.4 by Neil Ramaswamy · 2 months ago
  90. 6c827c1 [SPARK-47876][PYTHON][DOCS] Improve docstring of mapInArrow by Xinrong Meng · 2 months ago
  91. f9ebe1b [SPARK-46375][DOCS] Add user guide for Python data source API by allisonwang-db · 2 months ago
  92. 86837d3 [SPARK-47877][SS][CONNECT] Speed up test_parity_listener by Wei Liu · 2 months ago
  93. 5321353 [SPARK-47875][CORE] Remove `spark.deploy.recoverySerializer` by Dongjoon Hyun · 2 months ago
  94. 57c7db2 [SPARK-47760][SPARK-47763][CONNECT][TESTS] Reeanble Avro and Protobuf function doctests by Hyukjin Kwon · 2 months ago
  95. 119271d [SPARK-47868][CONNECT] Fix recursion limit error in SparkConnectPlanner and SparkSession by Tom van Bussel · 2 months ago
  96. f7440f3 [SPARK-47590][SQL] Hive-thriftserver: Migrate logWarn with variables to structured logging framework by Haejoon Lee · 2 months ago
  97. 6919feb [SPARK-47594] Connector module: Migrate logInfo with variables to structured logging framework by panbingkun · 2 months ago
  98. 9a1fc11 [SPARK-47871][SQL] Oracle: Map TimestampType to TIMESTAMP WITH LOCAL TIME ZONE by Kent Yao · 2 months ago
  99. ee2673f [SPARK-47417][SQL] Collation support: Ascii, Chr, Base64, UnBase64, Decode, StringDecode, Encode, ToBinary, FormatNumber, Sentences by Nikola Mandic · 2 months ago
  100. 9b1b2b3 [SPARK-47081][CONNECT][FOLLOW] Unflake Progress Execution by Martin Grund · 2 months ago