You are viewing a plain text version of this content. The canonical link for it is here.
- [spark] branch master updated: [SPARK-45384][CORE][SQL][SS][DSTREAM][CONNECT] Replace `TraversableOnce` with `IterableOnce` - posted by ya...@apache.org on 2023/10/01 13:41:40 UTC, 0 replies.
- [spark] branch master updated (b70c88bbef0 -> dc6b43d8478) - posted by do...@apache.org on 2023/10/01 17:45:10 UTC, 0 replies.
- [spark] branch master updated: [SPARK-44120][PYTHON] Support Python 3.12 - posted by do...@apache.org on 2023/10/01 19:39:58 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45385][SQL] Deprecate `spark.sql.parser.escapedStringLiterals` - posted by do...@apache.org on 2023/10/01 23:32:10 UTC, 0 replies.
- [spark] branch master updated (cdebe7885f7 -> a73430492c4) - posted by do...@apache.org on 2023/10/01 23:35:02 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45338][MLLIB][PYTHON][FOLLOWUP] Use `immutable.ArraySeq.unsafeWrapArray` instead of `array.toSeq` - posted by do...@apache.org on 2023/10/01 23:37:41 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45392][CORE][SQL][SS] Replace `Class.newInstance()` with `Class.getDeclaredConstructor().newInstance()` - posted by do...@apache.org on 2023/10/02 02:00:21 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45386][SQL]: Fix correctness issue with persist using StorageLevel.NONE on Dataset (#43188) - posted by we...@apache.org on 2023/10/02 09:37:22 UTC, 0 replies.
- [spark] branch master updated: [MINOR][DOCS] Fix Python code sample for StreamingQueryListener: Reporting Metrics programmatically using Asynchronous APIs - posted by sr...@apache.org on 2023/10/02 12:49:12 UTC, 0 replies.
- [spark] branch branch-3.5 updated: [MINOR][DOCS] Fix Python code sample for StreamingQueryListener: Reporting Metrics programmatically using Asynchronous APIs - posted by sr...@apache.org on 2023/10/02 12:49:30 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45389][SQL][HIVE] Correct MetaException matching rule on getting partition metadata - posted by sr...@apache.org on 2023/10/02 13:26:06 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45377][CORE] Handle InputStream in NettyLogger - posted by sr...@apache.org on 2023/10/02 13:28:03 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45371][CONNECT] Fix shading issues in the Spark Connect Scala Client - posted by hv...@apache.org on 2023/10/02 17:03:18 UTC, 0 replies.
- [spark] branch branch-3.5 updated: [SPARK-45371][CONNECT] Fix shading issues in the Spark Connect Scala Client - posted by hv...@apache.org on 2023/10/02 17:03:29 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45378][CORE] Add convertToNettyForSsl to ManagedBuffer - posted by mr...@apache.org on 2023/10/03 03:56:16 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45250][CORE] Support stage level task resource profile for yarn cluster when dynamic allocation disabled - posted by mr...@apache.org on 2023/10/03 04:01:09 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45361][SQL][DOCS] Describe characters unescaping in string literals - posted by do...@apache.org on 2023/10/03 06:17:05 UTC, 0 replies.
- [PR] Add Jiaan Geng to committer list [spark-website] - posted by "beliefer (via GitHub)" <gi...@apache.org> on 2023/10/03 07:08:42 UTC, 8 replies.
- [spark-website] branch asf-site updated: Add Jiaan Geng to committer list (#481) - posted by ru...@apache.org on 2023/10/03 11:50:53 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45347][SQL][CONNECT] Include SparkThrowable in FetchErrorDetailsResponse - posted by gu...@apache.org on 2023/10/03 23:34:12 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45399][SQL] XML: Add XML Options using newOption - posted by gu...@apache.org on 2023/10/03 23:36:05 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45376][CORE] Add netty-tcnative-boringssl-static dependency - posted by mr...@apache.org on 2023/10/03 23:59:29 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45283][CORE][TESTS] Make StatusTrackerSuite less fragile - posted by mr...@apache.org on 2023/10/04 00:01:58 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45351][CORE] Change `spark.shuffle.service.db.backend` default value to ROCKSDB - posted by ya...@apache.org on 2023/10/04 03:08:04 UTC, 0 replies.
- [spark] branch master updated: [SPARK-43620][CONNECT][PS] Fix Pandas APIs depends on unsupported features - posted by gu...@apache.org on 2023/10/04 03:22:48 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45406][PYTHON][CONNECT] Delete `schema` from DataFrame constructor - posted by gu...@apache.org on 2023/10/04 05:32:45 UTC, 0 replies.
- [spark] branch master updated (97597ba5284 -> 215fa85c271) - posted by do...@apache.org on 2023/10/04 06:34:20 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45409][INFRA] Pin `torch<=2.0.1` - posted by do...@apache.org on 2023/10/04 07:00:01 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45398][SQL] Append `ESCAPE` in `sql()` of the `Like` expression - posted by ma...@apache.org on 2023/10/04 08:35:23 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45355][SQL][DOCS] Fix function groups in Scala Doc - posted by ru...@apache.org on 2023/10/04 10:52:49 UTC, 0 replies.
- [spark] branch master updated: Revert "[SPARK-45088][PYTHON][CONNECT] Make `getitem` work with duplicated column" - posted by ru...@apache.org on 2023/10/04 11:31:02 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45404][CORE] Support `AWS_ENDPOINT_URL` env variable - posted by do...@apache.org on 2023/10/04 16:40:57 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45410][INFRA] Add Python GitHub Action Daily Job - posted by do...@apache.org on 2023/10/04 21:32:16 UTC, 0 replies.
- [spark] branch master updated (8d4dc9cf002 -> 35b627a934b) - posted by gu...@apache.org on 2023/10/04 23:39:08 UTC, 0 replies.
- [spark] branch master updated (35b627a934b -> 8792109a1f4) - posted by gu...@apache.org on 2023/10/04 23:56:33 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45412][PYTHON][CONNECT] Validate the plan and session in `DataFrame.__init__` - posted by gu...@apache.org on 2023/10/05 00:36:22 UTC, 0 replies.
- [spark] branch branch-3.5 updated (c5203abcbd1 -> 522af697135) - posted by gu...@apache.org on 2023/10/05 00:39:53 UTC, 0 replies.
- [spark] branch branch-3.5 updated: [SPARK-45386][SQL][3.5] Fix correctness issue with persist using StorageLevel.NONE on Dataset - posted by gu...@apache.org on 2023/10/05 00:41:22 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45268][PYTHON][DOCS][FOLLOWUP] Correct the group of `equal_null` - posted by gu...@apache.org on 2023/10/05 02:09:22 UTC, 0 replies.
- [spark] branch master updated: [MINOR][PYTHON] Fix python linter in master - posted by ru...@apache.org on 2023/10/05 02:46:39 UTC, 0 replies.
- [spark] branch branch-3.5 updated: [SPARK-45167][CONNECT][PYTHON][FOLLOW-UP][3.5] Use lighter threading Rlock - posted by gu...@apache.org on 2023/10/05 04:00:17 UTC, 0 replies.
- [spark] branch master updated: [PYTHON][DOCS] Fix incorrect doc in pyspark.sql.DataFrame.repartition - posted by gu...@apache.org on 2023/10/05 04:01:03 UTC, 0 replies.
- [spark] branch master updated (350b8d8388c -> fa71fc3c25b) - posted by ru...@apache.org on 2023/10/05 07:05:21 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45420][SQL][PYTHON][CONNECT] Add DataType.fromDDL into PySpark - posted by gu...@apache.org on 2023/10/05 09:07:35 UTC, 0 replies.
- [spark] branch branch-3.5 updated: [SPARK-45250][CORE] Support stage level task resource profile for yarn cluster when dynamic allocation disabled - posted by tg...@apache.org on 2023/10/05 14:23:28 UTC, 0 replies.
- [spark] branch master updated: [SPARK-36112][SQL] Support correlated EXISTS and IN subqueries using DecorrelateInnerQuery framework - posted by we...@apache.org on 2023/10/05 14:45:05 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45408][CORE] Add RPC SSL settings to TransportConf - posted by mr...@apache.org on 2023/10/05 16:40:51 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45231][INFRA] Remove unrecognized and meaningless command about `Ammonite` from the GA testing workflow - posted by hv...@apache.org on 2023/10/05 17:13:58 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45423][SQL] Lower `ParquetWriteSupport` log level to debug - posted by do...@apache.org on 2023/10/05 17:22:04 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45400][SQL][DOCS] Refer to the unescaping rules from expression descriptions - posted by ma...@apache.org on 2023/10/05 19:23:04 UTC, 0 replies.
- [spark] branch branch-3.5 updated: [SPARK-45396][PYTHON] Add doc entry for `pyspark.ml.connect` module, and adds `Evaluator` to `__all__` at `ml.connect` - posted by gu...@apache.org on 2023/10/06 02:13:53 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45394][SPARK-45093][PYTHON][CONNECT] Add retries for artifact API. Improve error handling (follow-up to []) - posted by gu...@apache.org on 2023/10/06 02:21:32 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45421][SQL] Catch AnalysisException over InlineCTE - posted by we...@apache.org on 2023/10/06 02:48:39 UTC, 0 replies.
- [spark] branch master updated: [SPARK-44219][SQL] Adds extra per-rule validations for optimization rewrites - posted by we...@apache.org on 2023/10/06 03:20:51 UTC, 0 replies.
- [spark] branch master updated: [MINOR][SQL] Remove Scalac 2.12-specific code in `InMemoryFileIndex` - posted by ya...@apache.org on 2023/10/06 05:20:54 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45357][CONNECT][TESTS] Normalize `dataframeId` when comparing `CollectMetrics` in `SparkConnectProtoSuite` - posted by ru...@apache.org on 2023/10/06 06:10:09 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45432][CORE] Remove deprecated Hadoop-2 `LocatedFileStatus` constructor - posted by do...@apache.org on 2023/10/06 07:22:27 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45434][ML][CONNECT] LogisticRegression checks the training labels - posted by ru...@apache.org on 2023/10/06 09:48:24 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45262][SQL][TESTS][DOCS] Improve examples for regexp parameters - posted by ma...@apache.org on 2023/10/06 19:34:54 UTC, 0 replies.
- [spark] branch master updated (e3b1bb117fe9 -> 3593f8a8919d) - posted by ge...@apache.org on 2023/10/06 21:53:08 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45385][SQL][TESTS][FOLLOWUP] Improve the test case for deprecate `spark.sql.parser.escapedStringLiterals` - posted by gu...@apache.org on 2023/10/07 02:55:20 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45445][BUILD] Upgrade snappy to 1.1.10.5 - posted by do...@apache.org on 2023/10/07 22:18:37 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45444][BUILD] Upgrade `commons-io` to 1.24.0 - posted by do...@apache.org on 2023/10/07 22:19:35 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45446][PYTHON] Fix imports according to PEP8: pyspark.errors and pyspark.ml - posted by do...@apache.org on 2023/10/07 22:20:33 UTC, 0 replies.
- [spark] branch master updated (b724955bb7c2 -> c45be4b24d4c) - posted by do...@apache.org on 2023/10/07 22:22:26 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45331][DOCS][FOLLOWUP] Update `SCALA_VERSION` in `_config.yml` to 2.13.12 - posted by do...@apache.org on 2023/10/07 22:24:30 UTC, 0 replies.
- [spark] branch branch-3.5 updated: [SPARK-45389][SQL][3.5] Correct MetaException matching rule on getting partition metadata - posted by do...@apache.org on 2023/10/07 22:26:28 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45436][PYTHON][CONNECT] DataFrame methods check same session - posted by do...@apache.org on 2023/10/07 22:28:42 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45239][CONNECT] Reduce default spark.connect.jvmStacktrace.maxSize - posted by do...@apache.org on 2023/10/07 22:30:25 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45441][PYTHON] Introduce more util functions for PythonWorkerUtils - posted by do...@apache.org on 2023/10/07 22:32:43 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45447][MLLIB][TESTS] Reduce the memory required to start the `LocalClusterSparkContext` in the `mllib` module test cases - posted by do...@apache.org on 2023/10/07 22:37:48 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45452][SQL] Improve `InMemoryFileIndex` to use `FileSystem.listFiles` API - posted by do...@apache.org on 2023/10/07 23:52:43 UTC, 0 replies.
- [spark] branch master updated (24b82dfd6cfb -> 2d6d09b71e77) - posted by do...@apache.org on 2023/10/08 11:45:13 UTC, 0 replies.
- [spark] branch branch-3.5 updated: [MINOR][DOCS] Update `CTAS` with `LOCATION` behavior with Spark 3.2+ - posted by do...@apache.org on 2023/10/08 11:45:22 UTC, 0 replies.
- [spark] branch branch-3.4 updated: [MINOR][DOCS] Update `CTAS` with `LOCATION` behavior with Spark 3.2+ - posted by do...@apache.org on 2023/10/08 11:45:31 UTC, 0 replies.
- [spark] branch branch-3.3 updated: [MINOR][DOCS] Update `CTAS` with `LOCATION` behavior with Spark 3.2+ - posted by do...@apache.org on 2023/10/08 11:45:46 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45454][SQL] Set the table's default owner to current_user - posted by do...@apache.org on 2023/10/08 16:31:40 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45413][CORE] Add warning for prepare drop LevelDB support - posted by do...@apache.org on 2023/10/08 16:33:42 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45462][CORE][WEBUI] Show `Duration` in `ApplicationPage` - posted by do...@apache.org on 2023/10/08 16:38:17 UTC, 0 replies.
- [spark] branch master updated: [SPARK-43704][CONNECT][PS] Support `MultiIndex` for `to_series()` - posted by do...@apache.org on 2023/10/08 16:54:49 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45336][TEST] Use Oracle Database 23 Free for integration and testing - posted by do...@apache.org on 2023/10/08 16:57:03 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45461][CORE][SQL][MLLIB] Introduce a mapper for StorageLevel - posted by do...@apache.org on 2023/10/08 20:22:11 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45460][SQL] Replace `scala.collection.convert.ImplicitConversions` to `scala.jdk.CollectionConverters` - posted by do...@apache.org on 2023/10/08 20:49:55 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45457][DOCS] Surface sc.setLocalProperty() value=NULL param meaning - posted by do...@apache.org on 2023/10/08 20:51:40 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45401][PYTHON] Add a new method `cleanup` in the UDTF interface - posted by do...@apache.org on 2023/10/08 20:53:22 UTC, 0 replies.
- [spark] branch master updated: [SPARK-44527][SQL] Replace ScalarSubquery with null if its maxRows is 0 - posted by do...@apache.org on 2023/10/08 21:11:29 UTC, 0 replies.
- [spark] branch master updated (2e945d7a069 -> 89acebb43b9) - posted by do...@apache.org on 2023/10/09 03:52:07 UTC, 0 replies.
- [spark] branch master updated: [SPARK-44913][SQL][FOLLOWUP] DS V2 supports push down V2 UDF that has magic method - posted by we...@apache.org on 2023/10/09 04:47:17 UTC, 0 replies.
- [PR] Add canonical links to the PySpark docs page for published docs [spark-website] - posted by "panbingkun (via GitHub)" <gi...@apache.org> on 2023/10/09 08:43:47 UTC, 10 replies.
- [spark] branch master updated: [SPARK-45424][SQL] Fix TimestampFormatter return optional parse results when only prefix match - posted by ma...@apache.org on 2023/10/09 09:30:39 UTC, 0 replies.
- [spark] branch branch-3.5 updated: [SPARK-45424][SQL] Fix TimestampFormatter return optional parse results when only prefix match - posted by ma...@apache.org on 2023/10/09 09:30:47 UTC, 0 replies.
- [spark] branch master updated (4493b431192 -> af800b50595) - posted by ma...@apache.org on 2023/10/09 09:32:31 UTC, 0 replies.
- [spark] branch branch-3.5 updated: [SPARK-45459][SQL][TESTS][DOCS] Remove the last 2 extra spaces in the automatically generated `sql-error-conditions.md` file - posted by ma...@apache.org on 2023/10/09 09:32:41 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45412][PYTHON][CONNECT][FOLLOW-UP] Remove unnecessary check - posted by be...@apache.org on 2023/10/09 10:09:14 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45383][SQL] Fix error message for time travel with non-existing table - posted by ma...@apache.org on 2023/10/09 19:15:59 UTC, 0 replies.
- [spark] branch branch-3.5 updated: [SPARK-45383][SQL] Fix error message for time travel with non-existing table - posted by ma...@apache.org on 2023/10/09 19:16:15 UTC, 0 replies.
- [spark] branch master updated (ced321c8b5a -> 1e4797e88aa) - posted by do...@apache.org on 2023/10/09 19:23:15 UTC, 0 replies.
- [spark] branch branch-3.4 updated: [SPARK-44729][PYTHON][DOCS][3.4] Add canonical links to the PySpark docs page - posted by do...@apache.org on 2023/10/09 20:48:50 UTC, 0 replies.
- [spark] branch branch-3.3 updated: [SPARK-44729][PYTHON][DOCS][3.3] Add canonical links to the PySpark docs page - posted by do...@apache.org on 2023/10/09 20:53:46 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45456][BUILD] Upgrade maven to 3.9.5 - posted by do...@apache.org on 2023/10/09 20:54:59 UTC, 0 replies.
- [spark] branch master updated: [SPARK-43299][SS][CONNECT] Convert StreamingQueryException in Scala Client - posted by gu...@apache.org on 2023/10/09 23:41:25 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45419][SS] Avoid reusing rocksdb sst files in a dfferent rocksdb instance - posted by ka...@apache.org on 2023/10/10 02:03:34 UTC, 0 replies.
- [spark] branch branch-3.5 updated: [SPARK-45419][SS] Avoid reusing rocksdb sst files in a dfferent rocksdb instance - posted by ka...@apache.org on 2023/10/10 02:04:36 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45472][SS] RocksDB State Store Doesn't Need to Recheck checkpoint path existence - posted by ka...@apache.org on 2023/10/10 02:24:45 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45450][PYTHON] Fix imports according to PEP8: pyspark.pandas and pyspark (core) - posted by gu...@apache.org on 2023/10/10 05:27:03 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45470][SQL] Avoid paste string value of hive orc compression kind - posted by do...@apache.org on 2023/10/10 06:04:30 UTC, 0 replies.
- [spark] branch master updated (f378b506bf1 -> 76230765674) - posted by ma...@apache.org on 2023/10/10 06:17:15 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45205][SQL] CommandResultExec to override iterator methods to avoid triggering multiple jobs - posted by we...@apache.org on 2023/10/10 06:36:39 UTC, 0 replies.
- [spark] branch branch-3.5 updated: [SPARK-45205][SQL] CommandResultExec to override iterator methods to avoid triggering multiple jobs - posted by we...@apache.org on 2023/10/10 06:36:56 UTC, 0 replies.
- [spark] branch branch-3.4 updated: [SPARK-45389][SQL][3.4] Correct MetaException matching rule on getting partition metadata - posted by ya...@apache.org on 2023/10/10 06:40:45 UTC, 0 replies.
- [spark] branch master updated (c9c99222e82 -> d073f2d3e2f) - posted by we...@apache.org on 2023/10/10 06:40:53 UTC, 0 replies.
- [spark] branch branch-3.5 updated: [SPARK-45449][SQL] Cache Invalidation Issue with JDBC Table - posted by we...@apache.org on 2023/10/10 06:41:50 UTC, 0 replies.
- [spark] branch branch-3.3 updated: [SPARK-45389][SQL][3.3] Correct MetaException matching rule on getting partition metadata - posted by ya...@apache.org on 2023/10/10 06:45:13 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45474][CORE][WEBUI] Support top-level filtering in MasterPage JSON API - posted by do...@apache.org on 2023/10/10 06:45:33 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45473][SQL] Fix incorrect error message for RoundBase - posted by do...@apache.org on 2023/10/10 08:01:16 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45475][SQL] Uses DataFrame.foreachPartition instead of RDD.foreachPartition in JdbcUtils - posted by gu...@apache.org on 2023/10/10 08:16:25 UTC, 0 replies.
- [spark] branch branch-3.5 updated: [SPARK-45475][SQL] Uses DataFrame.foreachPartition instead of RDD.foreachPartition in JdbcUtils - posted by gu...@apache.org on 2023/10/10 08:17:20 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45479][INFRA] Uses the default Python versions in the scheduled builds in other branches - posted by gu...@apache.org on 2023/10/10 11:55:20 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45213][SQL] Assign name to the error _LEGACY_ERROR_TEMP_2151 - posted by ma...@apache.org on 2023/10/10 12:36:34 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45477][INFRA] Use `matrix.java/inputs.java` to replace the hardcoded Java version in `test results/unit tests log` naming - posted by do...@apache.org on 2023/10/10 15:57:34 UTC, 0 replies.
- [spark] branch branch-3.5 updated (40d44a3fa4a -> 80c166092eb) - posted by gu...@apache.org on 2023/10/10 16:03:52 UTC, 0 replies.
- [spark-website] branch asf-site updated: Add canonical links to the PySpark docs page for published docs - posted by sr...@apache.org on 2023/10/10 19:12:56 UTC, 0 replies.
- [spark] branch dependabot/maven/org.eclipse.jetty-jetty-http-9.4.53.v20231009 created (now 2673a7e0be2) - posted by gi...@apache.org on 2023/10/10 21:20:48 UTC, 0 replies.
- [spark] branch master updated (c47a9205b2d -> 128d072b0e5) - posted by ya...@apache.org on 2023/10/11 02:20:06 UTC, 0 replies.
- [spark] branch branch-3.5 updated: [SPARK-45473][SQL][3.5] Fix incorrect error message for RoundBase - posted by do...@apache.org on 2023/10/11 02:49:32 UTC, 0 replies.
- [spark] branch branch-3.4 updated: [SPARK-45473][SQL][3.4] Fix incorrect error message for RoundBase - posted by do...@apache.org on 2023/10/11 02:50:22 UTC, 0 replies.
- [spark] branch dependabot/maven/org.eclipse.jetty-jetty-http-9.4.53.v20231009 deleted (was 2673a7e0be2) - posted by gi...@apache.org on 2023/10/11 03:06:27 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45416][CONNECT] Sanity check consistency of Arrow results - posted by gu...@apache.org on 2023/10/11 03:19:27 UTC, 0 replies.
- [spark] branch master updated (57e616d0e29 -> 3f2a728c285) - posted by do...@apache.org on 2023/10/11 04:05:06 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45494][CORE][PYTHON] Introduce util functions to read/write a byte array for PythonWorkerUtils - posted by do...@apache.org on 2023/10/11 04:08:01 UTC, 0 replies.
- [spark] branch branch-3.5 updated: [SPARK-45475][SQL][3.5] Uses DataFrame.foreachPartition instead of RDD.foreachPartition in JdbcUtils - posted by gu...@apache.org on 2023/10/11 05:15:56 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45497][K8S] Add a symbolic link file `spark-examples.jar` in K8s Docker images - posted by do...@apache.org on 2023/10/11 07:35:50 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45480][SQL][UI] Selectable Spark Plan Node on UI - posted by ya...@apache.org on 2023/10/11 07:49:36 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45500][CORE][WEBUI] Show the number of abnormally completed drivers in MasterPage - posted by do...@apache.org on 2023/10/11 08:46:45 UTC, 0 replies.
- [spark] branch master updated (0c1e9a5b19c -> 8394ebb52b9) - posted by do...@apache.org on 2023/10/11 08:56:12 UTC, 0 replies.
- [spark] branch master updated (8394ebb52b9 -> e1a7b84f47b) - posted by we...@apache.org on 2023/10/11 12:00:56 UTC, 0 replies.
- [spark] branch master updated (e1a7b84f47b -> ae112e4279f) - posted by ma...@apache.org on 2023/10/11 12:50:27 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45451][SQL] Make the default storage level of dataset cache configurable - posted by we...@apache.org on 2023/10/11 12:51:47 UTC, 0 replies.
- [spark] branch master updated (11af786b35c -> 97218051308) - posted by sr...@apache.org on 2023/10/11 13:47:16 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45467][CORE] Replace `Proxy.getProxyClass()` with `Proxy.newProxyInstance().getClass` - posted by sr...@apache.org on 2023/10/11 13:49:23 UTC, 0 replies.
- [spark] branch master updated: [SPARK-42881][SQL] Codegen Support for get_json_object - posted by ma...@apache.org on 2023/10/11 14:43:00 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45499][CORE][TESTS] Replace `Reference#isEnqueued` with `Reference#refersTo(null)` - posted by do...@apache.org on 2023/10/11 15:12:08 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45483][CONNECT] Correct the function groups in connect.functions - posted by do...@apache.org on 2023/10/11 15:37:59 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45433][SQL] Fix CSV/JSON schema inference when timestamps do not match specified timestampFormat - posted by ma...@apache.org on 2023/10/11 16:33:43 UTC, 0 replies.
- [spark] branch branch-3.5 updated: [SPARK-45433][SQL] Fix CSV/JSON schema inference when timestamps do not match specified timestampFormat - posted by ma...@apache.org on 2023/10/11 16:34:16 UTC, 0 replies.
- [spark] branch master updated (eae5c0e1efc -> 5ad57a70e51) - posted by hv...@apache.org on 2023/10/11 16:44:14 UTC, 0 replies.
- [spark] branch master updated: [SPARK-44855][CONNECT] Small tweaks to attaching ExecuteGrpcResponseSender to ExecuteResponseObserver - posted by hv...@apache.org on 2023/10/11 19:01:36 UTC, 0 replies.
- [spark] branch dependabot/maven/connector/kafka-0-10-sql/org.apache.zookeeper-zookeeper-3.7.2 created (now b4b69957bd66) - posted by gi...@apache.org on 2023/10/11 21:05:52 UTC, 0 replies.
- [spark] branch dependabot/maven/connector/kafka-0-10/org.apache.zookeeper-zookeeper-3.7.2 created (now 18ddbd8d5893) - posted by gi...@apache.org on 2023/10/11 21:06:31 UTC, 0 replies.
- [spark] branch dependabot/maven/org.apache.zookeeper-zookeeper-3.7.2 created (now f083a40d537e) - posted by gi...@apache.org on 2023/10/11 21:07:22 UTC, 0 replies.
- [spark-connect-go] branch dependabot/go_modules/golang.org/x/net-0.17.0 created (now d3523ef) - posted by gi...@apache.org on 2023/10/11 22:32:35 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45415] Allow selective disabling of "fallocate" in RocksDB statestore - posted by ka...@apache.org on 2023/10/11 23:44:32 UTC, 0 replies.
- [spark-connect-go] branch master updated: Bump golang.org/x/net from 0.10.0 to 0.17.0 - posted by gu...@apache.org on 2023/10/12 00:13:01 UTC, 0 replies.
- [spark-connect-go] branch dependabot/go_modules/golang.org/x/net-0.17.0 deleted (was d3523ef) - posted by gi...@apache.org on 2023/10/12 00:13:10 UTC, 0 replies.
- [spark] branch dependabot/maven/org.apache.zookeeper-zookeeper-3.7.2 deleted (was f083a40d537e) - posted by gi...@apache.org on 2023/10/12 00:23:03 UTC, 0 replies.
- [spark] branch dependabot/maven/connector/kafka-0-10/org.apache.zookeeper-zookeeper-3.7.2 deleted (was 18ddbd8d5893) - posted by gi...@apache.org on 2023/10/12 00:23:10 UTC, 0 replies.
- [spark] branch dependabot/maven/connector/kafka-0-10-sql/org.apache.zookeeper-zookeeper-3.7.2 deleted (was b4b69957bd66) - posted by gi...@apache.org on 2023/10/12 00:23:22 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45221][PYTHON][DOCS] Refine docstring of DataFrameReader.parquet - posted by gu...@apache.org on 2023/10/12 00:24:39 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45113][PYTHON][DOCS][FOLLOWUP] Make doctests deterministic - posted by ru...@apache.org on 2023/10/12 01:20:38 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45402][SQL][PYTHON] Add UDTF API for 'eval' and 'terminate' methods to consume previous 'analyze' result - posted by ue...@apache.org on 2023/10/12 01:52:18 UTC, 0 replies.
- [spark] branch master updated: [SPARK-42881][SQL][FOLLOWUP] Update the results of JsonBenchmark-jdk21 after get_json_object supports codgen - posted by ya...@apache.org on 2023/10/12 03:09:04 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45442][PYTHON][DOCS] Refine docstring of DataFrame.show - posted by ru...@apache.org on 2023/10/12 05:06:06 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45488][SQL] XML: Add support for value in 'rowTag' element - posted by gu...@apache.org on 2023/10/12 07:17:53 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45510][SQL] Replace `scala.collection.generic.Growable` to `scala.collection.mutable.Growable` - posted by ya...@apache.org on 2023/10/12 08:48:58 UTC, 0 replies.
- [spark] branch master updated: [SPARK-43664][CONNECT][PS] Raise exception for `ps.sql` with Pandas-on-Spark object on Spark Connect - posted by gu...@apache.org on 2023/10/12 10:57:08 UTC, 0 replies.
- [spark] branch branch-3.4 updated: [SPARK-45433][SQL][3.4] Fix CSV/JSON schema inference when timestamps do not match specified timestampFormat - posted by ma...@apache.org on 2023/10/12 12:10:05 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45132][SQL] Fix IDENTIFIER for function invocation - posted by we...@apache.org on 2023/10/12 13:35:07 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45502][BUILD] Upgrade Kafka to 3.6.0 - posted by do...@apache.org on 2023/10/12 15:47:37 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45501][CORE][SQL] Use pattern matching for type checking and conversion - posted by ya...@apache.org on 2023/10/12 15:53:24 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45499][CORE][TESTS][FOLLOWUP] Use `ReferenceQueue#remove` instead of `ReferenceQueue#poll` - posted by ya...@apache.org on 2023/10/12 17:24:19 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45516][CONNECT] Include QueryContext in SparkThrowable proto message - posted by gu...@apache.org on 2023/10/12 23:37:07 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45505][PYTHON] Refactor analyzeInPython to make it reusable - posted by ue...@apache.org on 2023/10/13 00:02:55 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45418][SQL][PYTHON][CONNECT] Change current_database() column alias to current_schema() - posted by we...@apache.org on 2023/10/13 00:21:16 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45521][ML] Avoid re-computation of nnz in `VectorAssembler` - posted by ru...@apache.org on 2023/10/13 00:37:24 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45515][CORE][SQL] Use enhanced `switch` expressions to replace the regular `switch` statement - posted by ya...@apache.org on 2023/10/13 00:49:35 UTC, 0 replies.
- [spark] branch master updated (f72b87b90be -> 12880c846b5) - posted by ue...@apache.org on 2023/10/13 02:06:12 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45498][CORE] Followup: Ignore task completion from old stage a… - posted by we...@apache.org on 2023/10/13 02:18:14 UTC, 0 replies.
- [spark] branch branch-3.5 updated: [SPARK-45498][CORE] Followup: Ignore task completion from old stage a… - posted by we...@apache.org on 2023/10/13 02:18:44 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45526][PYTHON][DOCS] Improve the example of DataFrameReader/Writer.options to take a dictionary - posted by gu...@apache.org on 2023/10/13 05:23:26 UTC, 0 replies.
- [spark] branch master updated (f1f856d5463 -> 96bac6c033b) - posted by ya...@apache.org on 2023/10/13 05:30:03 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45532][DOCS] Restore codetabs for the Protobuf Data Source Guide - posted by ya...@apache.org on 2023/10/13 06:05:42 UTC, 0 replies.
- [spark] branch branch-3.5 updated: [SPARK-45532][DOCS] Restore codetabs for the Protobuf Data Source Guide - posted by ya...@apache.org on 2023/10/13 06:06:02 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45536][BUILD] Lower the default `-Xmx` of `build/mvn` to 3g - posted by ya...@apache.org on 2023/10/13 14:55:39 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45495][CORE] Support stage level task resource profile for k8s cluster when dynamic allocation disabled - posted by tg...@apache.org on 2023/10/13 15:50:42 UTC, 0 replies.
- [spark] branch branch-3.5 updated: [SPARK-45495][CORE] Support stage level task resource profile for k8s cluster when dynamic allocation disabled - posted by tg...@apache.org on 2023/10/13 15:51:09 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45426][CORE] Add support for a ReloadingX509TrustManager - posted by mr...@apache.org on 2023/10/13 16:46:29 UTC, 0 replies.
- [spark] branch branch-3.5 updated: [SPARK-45508][CORE] Add "--add-opens=java.base/jdk.internal.ref=ALL-UNNAMED" so Platform can access Cleaner on Java 9+ - posted by do...@apache.org on 2023/10/13 16:53:45 UTC, 0 replies.
- [spark] branch branch-3.4 updated: [SPARK-45508][CORE] Add "--add-opens=java.base/jdk.internal.ref=ALL-UNNAMED" so Platform can access Cleaner on Java 9+ - posted by do...@apache.org on 2023/10/13 16:54:35 UTC, 0 replies.
- [spark] branch branch-3.3 updated: [SPARK-45508][CORE] Add "--add-opens=java.base/jdk.internal.ref=ALL-UNNAMED" so Platform can access Cleaner on Java 9+ - posted by do...@apache.org on 2023/10/13 16:55:23 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45487] Fix SQLSTATEs and temp errors - posted by ge...@apache.org on 2023/10/13 20:47:59 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45513][CORE][SQL][MLLIB][CONNECT] Replace `scala.runtime.Tuple2Zipped` to `scala.collection.LazyZip2` - posted by be...@apache.org on 2023/10/14 03:23:07 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45439][SQL][UI] Reduce memory usage of LiveStageMetrics.accumIdsToMetricType - posted by mr...@apache.org on 2023/10/14 07:28:33 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45427][CORE] Add RPC SSL settings to SSLOptions and SparkTransportConf - posted by mr...@apache.org on 2023/10/14 07:36:35 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45530][CORE] Use `java.lang.ref.Cleaner` instead of `finalize` for `NioBufferedFileInputStream` - posted by ya...@apache.org on 2023/10/14 12:01:42 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45429][CORE] Add helper classes for SSL RPC communication - posted by mr...@apache.org on 2023/10/15 05:46:08 UTC, 0 replies.
- [spark] branch master updated: Revert "[SPARK-45536][BUILD] Lower the default `-Xmx` of `build/mvn` to 3g" - posted by ya...@apache.org on 2023/10/15 06:01:36 UTC, 0 replies.
- [spark] branch master updated: [SPARK-44594][SS] Remove redundant method parameter in kafka connector - posted by ya...@apache.org on 2023/10/15 23:51:45 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45486][CONNECT] Make add_artifact request idempotent - posted by gu...@apache.org on 2023/10/16 00:21:25 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45476][SQL][FOLLOWUP] Raise exception directly instead of calling `resolveColumnsByPosition` - posted by gu...@apache.org on 2023/10/16 00:35:13 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45514][SQL][MLLIB] Replace `scala.runtime.Tuple3Zipped` to `scala.collection.LazyZip3` - posted by be...@apache.org on 2023/10/16 02:01:05 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45009][SQL] Decorrelate predicate subqueries in join condition - posted by we...@apache.org on 2023/10/16 03:40:35 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45539][SS] Add assert and log to indicate watermark definition is required for streaming aggregation queries in append mode - posted by ka...@apache.org on 2023/10/16 05:34:31 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45491] Add missing SQLSTATES 2/2 - posted by we...@apache.org on 2023/10/16 06:15:33 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45531][SQL][DOCS] Add more comments and rename some variable name for InjectRuntimeFilter - posted by we...@apache.org on 2023/10/16 07:40:35 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45538][PYTHON][CONNECT] pyspark connect overwrite_partitions bug - posted by gu...@apache.org on 2023/10/16 08:01:36 UTC, 0 replies.
- [spark] branch branch-3.5 updated: [SPARK-45538][PYTHON][CONNECT] pyspark connect overwrite_partitions bug - posted by gu...@apache.org on 2023/10/16 08:02:20 UTC, 0 replies.
- [spark] branch master updated: [SPARK-44262][SQL] Add `dropTable` and `getInsertStatement` to JdbcDialect - posted by ma...@apache.org on 2023/10/16 08:55:41 UTC, 0 replies.
- [spark] branch branch-3.5 updated: [SPARK-44619][INFRA][3.5] Free up disk space for container jobs - posted by ya...@apache.org on 2023/10/16 09:10:41 UTC, 0 replies.
- [spark] branch master updated: Revert "[SPARK-45502][BUILD] Upgrade Kafka to 3.6.0" - posted by ya...@apache.org on 2023/10/16 09:42:58 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45540][BUILD] Upgrade jetty to 9.4.53.v20231009 - posted by ya...@apache.org on 2023/10/16 14:47:46 UTC, 0 replies.
- [spark] branch master updated: [MINOR][CORE] Add `@Deprecated` for `SparkLauncher#DEPRECATED_CHILD_CONNECTION_TIMEOUT` - posted by ya...@apache.org on 2023/10/16 15:37:51 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45517][CONNECT] Expand more exception constructors to support error framework parameters - posted by gu...@apache.org on 2023/10/17 00:11:35 UTC, 0 replies.
- [spark] branch branch-3.5 updated: [SPARK-45484][SQL][3.5] Deprecated the incorrect parquet compression codec lz4raw - posted by be...@apache.org on 2023/10/17 01:51:22 UTC, 0 replies.
- [spark] branch branch-3.5 updated: [SPARK-45283][CORE][TESTS][3.5] Make StatusTrackerSuite less fragile - posted by ya...@apache.org on 2023/10/17 10:05:39 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45565][UI] Unnecessary JSON.stringify and JSON.parse loop for task list on stage detail - posted by ya...@apache.org on 2023/10/17 10:17:49 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45567][CONNECT] Remove redundant if in org.apache.spark.sql.connect.execution.ExecuteGrpcResponseSender#run - posted by gu...@apache.org on 2023/10/17 10:31:32 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45485][CONNECT] User agent improvements: Use SPARK_CONNECT_USER_AGENT env variable and include environment specific attributes - posted by gu...@apache.org on 2023/10/17 10:32:41 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45562][SQL] XML: Make 'rowTag' a required option - posted by gu...@apache.org on 2023/10/17 11:38:19 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45550][PS] Remove deprecated APIs from Pandas API on Spark - posted by ru...@apache.org on 2023/10/17 11:40:48 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45572][PS][DOCS] Enable doctest of Frame.transpose - posted by gu...@apache.org on 2023/10/17 11:47:45 UTC, 0 replies.
- [PR] update the canonical link, due to a change in some addresses in the latest version of the document [spark-website] - posted by "panbingkun (via GitHub)" <gi...@apache.org> on 2023/10/17 12:08:12 UTC, 6 replies.
- [spark] branch master updated: [SPARK-45512][CORE][SQL][SS][DSTREAM] Fix compilation warnings related to `other-nullary-override` - posted by sr...@apache.org on 2023/10/17 12:34:20 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45568][TESTS] Fix flaky WholeStageCodegenSparkSubmitSuite - posted by ya...@apache.org on 2023/10/17 14:19:44 UTC, 0 replies.
- [spark] branch branch-3.5 updated: [SPARK-45568][TESTS] Fix flaky WholeStageCodegenSparkSubmitSuite - posted by ya...@apache.org on 2023/10/17 14:22:23 UTC, 0 replies.
- [spark] branch branch-3.4 updated: [SPARK-45568][TESTS] Fix flaky WholeStageCodegenSparkSubmitSuite - posted by ya...@apache.org on 2023/10/17 14:23:35 UTC, 0 replies.
- [spark] branch branch-3.3 updated: [SPARK-45568][TESTS] Fix flaky WholeStageCodegenSparkSubmitSuite - posted by ya...@apache.org on 2023/10/17 14:25:08 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45564][SQL] Simplify 'DataFrameStatFunctions.bloomFilter' with 'BloomFilterAggregate' expression - posted by sr...@apache.org on 2023/10/17 15:11:47 UTC, 0 replies.
- [spark] branch master updated: [MINOR][DOCS] Fix one typo - posted by sr...@apache.org on 2023/10/17 18:50:00 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45566][PS] Support Pandas-like testing utils for Pandas API on Spark - posted by gu...@apache.org on 2023/10/17 21:59:37 UTC, 0 replies.
- [spark] branch master updated (b10fea96b5b -> 4a0ed9cd725) - posted by ue...@apache.org on 2023/10/17 22:53:06 UTC, 0 replies.
- [spark] branch master updated (4a0ed9cd725 -> cf59b1f51c1) - posted by do...@apache.org on 2023/10/17 23:11:07 UTC, 0 replies.
- [spark] branch branch-3.5 updated: [MINOR][SQL] Remove signature from Hive thriftserver exception - posted by do...@apache.org on 2023/10/17 23:11:18 UTC, 0 replies.
- [spark] branch branch-3.4 updated: [MINOR][SQL] Remove signature from Hive thriftserver exception - posted by do...@apache.org on 2023/10/17 23:11:26 UTC, 0 replies.
- [spark] branch branch-3.3 updated: [MINOR][SQL] Remove signature from Hive thriftserver exception - posted by do...@apache.org on 2023/10/17 23:11:37 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45578][CORE] Remove `InaccessibleObjectException` usage by using `trySetAccessible` - posted by do...@apache.org on 2023/10/18 01:36:18 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45546][BUILD][INFRA] Make `publish-snapshot` support `package` first then `deploy` - posted by ya...@apache.org on 2023/10/18 02:16:20 UTC, 0 replies.
- [spark] branch master updated (3ef18e2d00f -> 0cb4a84f6ab) - posted by gu...@apache.org on 2023/10/18 02:44:11 UTC, 0 replies.
- [spark] branch branch-3.5 updated: [MINOR][DOCS] Update the docs for spark.sql.optimizer.canChangeCachedPlanOutputPartitioning configuration - posted by gu...@apache.org on 2023/10/18 02:44:25 UTC, 0 replies.
- [spark] branch master updated: [MINOR][INFRA] Skip if JIRA ID is an empty string - posted by do...@apache.org on 2023/10/18 03:10:22 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45546][BUILD][FOLLOW-UP] Remove snapshot repo mistakenly added - posted by do...@apache.org on 2023/10/18 03:11:56 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45576][CORE] Remove unnecessary debug logs in ReloadingX509TrustManagerSuite - posted by mr...@apache.org on 2023/10/18 04:48:30 UTC, 0 replies.
- [spark] branch master updated (4901548d4c3 -> f4bd99da12f) - posted by we...@apache.org on 2023/10/18 04:49:12 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45500][CORE][WEBUI][FOLLOWUP] Show `RELAUNCHING` drivers too - posted by do...@apache.org on 2023/10/18 04:56:40 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45576][CORE][FOLLOWUP] Remove unused imports to fix Java linter errors - posted by do...@apache.org on 2023/10/18 05:23:52 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45035][SQL] Fix ignoreCorruptFiles/ignoreMissingFiles with multiline CSV/JSON will report error - posted by ma...@apache.org on 2023/10/18 06:06:59 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45534][CORE] Use java.lang.ref.Cleaner instead of finalize for RemoteBlockPushResolver - posted by mr...@apache.org on 2023/10/18 06:20:19 UTC, 0 replies.
- [spark] branch master updated (b1e57a2b359 -> d7d38fbc184) - posted by do...@apache.org on 2023/10/18 06:39:07 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45558][SS] Introduce a metadata file for streaming stateful operator - posted by ka...@apache.org on 2023/10/18 06:50:00 UTC, 0 replies.
- [spark] branch master updated: [SPARK-44649][SQL] Runtime Filter supports passing equivalent creation side expressions - posted by we...@apache.org on 2023/10/18 06:56:07 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45542][CORE] Replace `setSafeMode(HdfsConstants.SafeModeAction, boolean)` with `setSafeMode(SafeModeAction, boolean)` - posted by do...@apache.org on 2023/10/18 07:16:54 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45410][INFRA][FOLLOW-UP] Rename "Python - PyPy3.8 (master)" to "Build / Python-only (master, PyPy 3.8)" - posted by do...@apache.org on 2023/10/18 07:23:29 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45370][PYTHON][TESTS] Fix python test when ansi mode enabled - posted by gu...@apache.org on 2023/10/18 08:10:59 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45549][CORE] Remove unused `numExistingExecutors` in `CoarseGrainedSchedulerBackend` - posted by do...@apache.org on 2023/10/18 15:50:02 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45581] Make SQLSTATE mandatory - posted by ge...@apache.org on 2023/10/18 18:05:00 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45582][SS] Ensure that store instance is not used after calling commit within output mode streaming aggregation - posted by ka...@apache.org on 2023/10/18 21:52:03 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45585][TEST] Fix time format and redirection issues in SparkSubmit tests - posted by ya...@apache.org on 2023/10/19 01:43:27 UTC, 0 replies.
- [spark] branch branch-3.5 updated: [SPARK-45585][TEST] Fix time format and redirection issues in SparkSubmit tests - posted by ya...@apache.org on 2023/10/19 01:44:53 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45586][SQL] Reduce compiler latency for plans with large expression trees - posted by we...@apache.org on 2023/10/19 02:25:14 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45507][SQL] Correctness fix for nested correlated scalar subqueries with COUNT aggregates - posted by we...@apache.org on 2023/10/19 02:36:48 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45562][SQL][FOLLOW-UP] XML: Make 'rowTag' option check case insensitive - posted by gu...@apache.org on 2023/10/19 04:23:19 UTC, 0 replies.
- [spark] branch master updated (a3c17b2e229 -> e37dd3ab8e0) - posted by gu...@apache.org on 2023/10/19 04:50:48 UTC, 0 replies.
- [spark] 01/02: Revert "[SPARK-45546][BUILD][FOLLOW-UP] Remove snapshot repo mistakenly added" - posted by gu...@apache.org on 2023/10/19 04:50:49 UTC, 0 replies.
- [spark] 02/02: Revert "[SPARK-45546][BUILD][INFRA] Make `publish-snapshot` support `package` first then `deploy`" - posted by gu...@apache.org on 2023/10/19 04:50:50 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45553][PS] Deprecate `assertPandasOnSparkEqual` - posted by gu...@apache.org on 2023/10/19 04:57:17 UTC, 0 replies.
- [spark] branch branch-3.5 updated: [SPARK-45553][PS] Deprecate `assertPandasOnSparkEqual` - posted by gu...@apache.org on 2023/10/19 04:57:25 UTC, 0 replies.
- [spark] branch master updated: [MINOR][CONNECT] Fix a typo in org.apache.spark.sql.connect.client.ArtifactManager - posted by gu...@apache.org on 2023/10/19 05:10:25 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45588][PROTOBUF][CONNECT][MINOR] Scaladoc improvement for StreamingForeachBatchHelper - posted by ka...@apache.org on 2023/10/19 05:15:57 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45589][PYTHON][DOCS] Supplementary exception class - posted by gu...@apache.org on 2023/10/19 05:18:27 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45220][PYTHON][DOCS] Refine docstring of DataFrame.join - posted by gu...@apache.org on 2023/10/19 05:25:42 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45569][SQL] Assign name to the error _LEGACY_ERROR_TEMP_2153 - posted by ma...@apache.org on 2023/10/19 06:15:13 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45392][SQL][FOLLOWUP] Restore the original exception from data source - posted by ya...@apache.org on 2023/10/19 11:35:12 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45543][SQL] `InferWindowGroupLimit` causes bug if the other window functions haven't the same window frame as the rank-like functions - posted by be...@apache.org on 2023/10/19 12:17:19 UTC, 0 replies.
- [spark] branch branch-3.5 updated: [SPARK-45543][SQL] `InferWindowGroupLimit` causes bug if the other window functions haven't the same window frame as the rank-like functions - posted by be...@apache.org on 2023/10/19 12:17:57 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45569][SQL] Assign name to the error _LEGACY_ERROR_TEMP_2152 - posted by ma...@apache.org on 2023/10/19 12:23:40 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45611][PYTHON][DOCS] Typo fixed yyy to yyyy at date_format function - posted by gu...@apache.org on 2023/10/20 00:11:43 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45428][PYTHON][DOCS] Add Matomo analytics to pyspark docs pages - posted by gu...@apache.org on 2023/10/20 00:12:30 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45584][SQL] Fix subquery execution failure with TakeOrderedAndProjectExec - posted by we...@apache.org on 2023/10/20 00:36:56 UTC, 0 replies.
- [spark] branch branch-3.5 updated: [SPARK-45584][SQL] Fix subquery execution failure with TakeOrderedAndProjectExec - posted by we...@apache.org on 2023/10/20 00:38:26 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45603][INFRA] merge_spark_pr shall notify us about GITHUB_OAUTH_KEY expiry - posted by ru...@apache.org on 2023/10/20 01:02:49 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45562][SQL][FOLLOWUP] Restore test case not require `rowTag` option - posted by gu...@apache.org on 2023/10/20 01:23:14 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45484][SQL] Fix the bug that uses incorrect parquet compression codec lz4raw - posted by be...@apache.org on 2023/10/20 01:43:34 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45591][BUILD] Upgrade ASM to 9.6 - posted by ya...@apache.org on 2023/10/20 02:33:27 UTC, 0 replies.
- [spark] branch master updated: [SPARK-44837][SQL] Change ALTER TABLE ALTER PARTITION column error message - posted by ma...@apache.org on 2023/10/20 05:56:05 UTC, 0 replies.
- [spark] branch branch-3.5 updated: [SPARK-45553][3.5][PS] Correct warning messages - posted by gu...@apache.org on 2023/10/20 06:01:27 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45613][CORE] Expose DeterministicLevel as a DeveloperApi - posted by gu...@apache.org on 2023/10/20 06:22:38 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45609][CONNECT] Include SqlState in SparkThrowable proto message - posted by gu...@apache.org on 2023/10/20 08:24:29 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45595] Expose SQLSTATE in error message - posted by we...@apache.org on 2023/10/20 13:03:08 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45602][CORE][SQL][SS][YARN][K8S] Replace `s.c.MapOps.filterKeys` with `s.c.MapOps.view.filterKeys` - posted by ya...@apache.org on 2023/10/20 15:01:47 UTC, 0 replies.
- [spark] branch master updated: [SPARK-30848][SQL] Remove productHash from TreeNode - posted by ya...@apache.org on 2023/10/20 16:07:14 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45523][PYTHON] Return useful error message if UDTF returns None for any non-nullable column - posted by ue...@apache.org on 2023/10/20 22:23:00 UTC, 0 replies.
- [spark] branch master updated: [MINOR] Fix typos - posted by sr...@apache.org on 2023/10/21 21:37:40 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45484][SQL][FOLLOWUP][DOCS] Update the document of parquet compression codec - posted by sr...@apache.org on 2023/10/21 21:39:24 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45604][SQL] Add LogicalType checking on INT64 -> DateTime conversion on Parquet Vectorized Reader - posted by ma...@apache.org on 2023/10/22 05:53:39 UTC, 0 replies.
- [spark] branch branch-3.5 updated: [SPARK-45604][SQL] Add LogicalType checking on INT64 -> DateTime conversion on Parquet Vectorized Reader - posted by ma...@apache.org on 2023/10/22 05:53:52 UTC, 0 replies.
- [spark] branch branch-3.4 updated: [SPARK-45604][SQL] Add LogicalType checking on INT64 -> DateTime conversion on Parquet Vectorized Reader - posted by ma...@apache.org on 2023/10/22 05:54:08 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45574][SQL] Add :: syntax as a shorthand for casting - posted by ma...@apache.org on 2023/10/22 06:23:17 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45541][CORE] Add SSLFactory - posted by mr...@apache.org on 2023/10/22 08:21:30 UTC, 0 replies.
- [spark] branch master updated (2709426f0f6 -> 48e207f4a21) - posted by sr...@apache.org on 2023/10/22 16:45:09 UTC, 0 replies.
- [spark] branch master updated (48e207f4a21 -> 7763c91950e) - posted by gu...@apache.org on 2023/10/23 01:24:06 UTC, 0 replies.
- [spark] branch master updated (7763c91950e -> 9f675c54a56) - posted by gu...@apache.org on 2023/10/23 01:35:06 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45620][PYTHON] Fix user-facing APIs related to Python UDTF to use camelCase - posted by gu...@apache.org on 2023/10/23 01:35:42 UTC, 1 replies.
- [spark] branch master updated: [SPARK-45616][CORE] Avoid ParVector, which does not propagate ThreadLocals or SparkSession - posted by we...@apache.org on 2023/10/23 02:47:57 UTC, 0 replies.
- [spark] branch branch-3.5 updated: [SPARK-45616][CORE] Avoid ParVector, which does not propagate ThreadLocals or SparkSession - posted by we...@apache.org on 2023/10/23 02:48:28 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45625][BUILD] Upgrade log4j to 2.21.0 - posted by ya...@apache.org on 2023/10/23 04:34:26 UTC, 0 replies.
- [spark] branch master updated (dbf2f4943c1 -> 959382f7fbc) - posted by gu...@apache.org on 2023/10/23 07:14:58 UTC, 0 replies.
- [spark] branch upmaster created (now 6a8124b9c2d) - posted by ya...@apache.org on 2023/10/23 08:10:21 UTC, 0 replies.
- [spark] 01/01: Revert "[SPARK-45620][PYTHON] Fix user-facing APIs related to Python UDTF to use camelCase" - posted by ya...@apache.org on 2023/10/23 08:10:22 UTC, 0 replies.
- [spark] branch upmaster deleted (was 6a8124b9c2d) - posted by ya...@apache.org on 2023/10/23 08:10:45 UTC, 0 replies.
- [spark] branch master updated: Revert "[SPARK-45620][PYTHON] Fix user-facing APIs related to Python UDTF to use camelCase" - posted by ya...@apache.org on 2023/10/23 08:19:14 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45633][PYTHON][SQL][TESTS] Make SQL test group depend on `analyze_udtf.py` - posted by gu...@apache.org on 2023/10/23 10:10:41 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45631][SS][PYSPARK] Remove @abstractmethod from onQueryIdle in PySpark StreamingQueryListener - posted by ka...@apache.org on 2023/10/23 12:12:19 UTC, 0 replies.
- [spark] branch branch-3.5 updated: [SPARK-45631][SS][PYSPARK] Remove @abstractmethod from onQueryIdle in PySpark StreamingQueryListener - posted by ka...@apache.org on 2023/10/23 12:25:14 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45627][BUILD] Fix `symbol literal is deprecated` - posted by ya...@apache.org on 2023/10/23 14:48:59 UTC, 0 replies.
- [spark] branch master updated (e2af8aba8b44 -> e40e74497eb1) - posted by ya...@apache.org on 2023/10/23 16:49:43 UTC, 0 replies.
- [spark] branch master updated: [SPARK-44735][SQL] Add warning msg when inserting columns with the same name by row that don't match up - posted by ho...@apache.org on 2023/10/23 17:52:10 UTC, 0 replies.
- [spark-website] branch asf-site updated: update the canonical link, due to a change in some addresses in the latest version of the document - posted by gu...@apache.org on 2023/10/23 23:28:50 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45619][CONNECT][PYTHON] Apply the observed metrics to Observation object - posted by gu...@apache.org on 2023/10/23 23:30:47 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45547][ML] Validate Vectors with built-in function - posted by ru...@apache.org on 2023/10/23 23:58:32 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45638][SQL][AVRO] Improve test coverage of decimal conversion - posted by we...@apache.org on 2023/10/24 04:48:18 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45618][CORE] Remove BaseErrorHandler - posted by do...@apache.org on 2023/10/24 05:00:27 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45632][SQL] Table cache should avoid unnecessary ColumnarToRow when enable AQE - posted by ul...@apache.org on 2023/10/24 06:14:17 UTC, 0 replies.
- [spark] branch master updated: [SPARK-44032][BUILD] Remove `threeten-extra` exclusion in `enforceBytecodeVersion` rule - posted by do...@apache.org on 2023/10/24 06:47:39 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45430] Fix for FramelessOffsetWindowFunction when IGNORE NULLS and offset > rowCount - posted by we...@apache.org on 2023/10/24 07:13:19 UTC, 0 replies.
- [spark] branch branch-3.5 updated: [SPARK-45430] Fix for FramelessOffsetWindowFunction when IGNORE NULLS and offset > rowCount - posted by we...@apache.org on 2023/10/24 07:13:37 UTC, 0 replies.
- [spark] branch branch-3.4 updated: [SPARK-45430] Fix for FramelessOffsetWindowFunction when IGNORE NULLS and offset > rowCount - posted by we...@apache.org on 2023/10/24 07:15:59 UTC, 0 replies.
- [spark] branch branch-3.3 updated: [SPARK-45430] Fix for FramelessOffsetWindowFunction when IGNORE NULLS and offset > rowCount - posted by we...@apache.org on 2023/10/24 07:16:35 UTC, 0 replies.
- [spark] branch master updated (32e1e5841191 -> 1f396f5aaf92) - posted by ya...@apache.org on 2023/10/24 07:17:09 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45626][SQL] Convert _LEGACY_ERROR_TEMP_1055 to REQUIRES_SINGLE_PART_NAMESPACE - posted by ma...@apache.org on 2023/10/24 07:47:58 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45641][UI] Display the application start time on AllJobsPage - posted by do...@apache.org on 2023/10/24 08:15:12 UTC, 0 replies.
- [spark] branch master updated: [SPARK-44752][SQL] XML: Update Spark Docs - posted by gu...@apache.org on 2023/10/24 08:34:55 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45561][SQL] Add proper conversions for TINYINT in MySQLDialect - posted by ma...@apache.org on 2023/10/24 09:52:03 UTC, 0 replies.
- [spark] branch branch-3.5 updated: [SPARK-45561][SQL] Add proper conversions for TINYINT in MySQLDialect - posted by ma...@apache.org on 2023/10/24 09:52:18 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45646][SQL] Remove hardcoding time variables prior to Hive 2.0 - posted by ya...@apache.org on 2023/10/24 14:56:25 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45452][SQL][FOLLOWUP] Do not fail too early if FileSystem does not implement getSchema - posted by do...@apache.org on 2023/10/24 16:36:45 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45643][CORE][SQL] Replace `s.c.mutable.MapOps#transform` with `s.c.mutable.MapOps#mapValuesInPlace` - posted by do...@apache.org on 2023/10/24 16:46:32 UTC, 0 replies.
- [spark] branch master updated (840306d867e2 -> 7ef96ee5b888) - posted by ue...@apache.org on 2023/10/24 18:25:18 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45523][PYTHON] Refactor the null-checking to have shortcuts - posted by ue...@apache.org on 2023/10/24 20:12:34 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45503][SS] Add Conf to Set RocksDB Compression - posted by ka...@apache.org on 2023/10/24 20:25:57 UTC, 0 replies.
- [spark] branch master updated (4eac0244c765 -> a6503b22169d) - posted by gu...@apache.org on 2023/10/24 23:44:10 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45651][BUILD] Publish snapshot manually - posted by gu...@apache.org on 2023/10/24 23:58:44 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45648][INFRA] Add `sql/api` and `common/utils` to `modules.py` - posted by gu...@apache.org on 2023/10/25 00:14:46 UTC, 0 replies.
- [spark] branch branch-3.4 updated: [SPARK-45588][SPARK-45640][SQL][TESTS][3.4] Fix flaky ProtobufCatalystDataConversionSuite - posted by ka...@apache.org on 2023/10/25 04:57:04 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45545][CORE] Pass SSLOptions wherever we create a SparkTransportConf - posted by mr...@apache.org on 2023/10/25 06:36:08 UTC, 0 replies.
- [spark] branch branch-3.5 updated: [SPARK-45588][SPARK-45640][SQL][TESTS][3.5] Fix flaky ProtobufCatalystDataConversionSuite - posted by gu...@apache.org on 2023/10/25 06:59:14 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45656][SQL] Fix observation when named observations with the same name on different datasets - posted by gu...@apache.org on 2023/10/25 07:59:42 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45209][CORE][UI] Flame Graph Support For Executor Thread Dump Page - posted by ya...@apache.org on 2023/10/25 10:29:56 UTC, 0 replies.
- [spark] branch master updated (a073bf38c7d -> 94607dd001b) - posted by sr...@apache.org on 2023/10/25 12:36:27 UTC, 0 replies.
- [spark] branch branch-3.5 updated: [SPARK-40154][PYTHON][DOCS] Correct storage level in Dataframe.cache docstring - posted by sr...@apache.org on 2023/10/25 12:36:35 UTC, 0 replies.
- [spark] branch branch-3.4 updated: [SPARK-40154][PYTHON][DOCS] Correct storage level in Dataframe.cache docstring - posted by sr...@apache.org on 2023/10/25 12:36:46 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45660] Re-use Literal objects in ComputeCurrentTime rule - posted by ma...@apache.org on 2023/10/25 16:56:33 UTC, 0 replies.
- [spark-connect-go] branch dependabot/go_modules/google.golang.org/grpc-1.56.3 created (now bcf0c58) - posted by gi...@apache.org on 2023/10/25 22:37:34 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45661][SQL][PYTHON] Add toNullable in StructType, MapType and ArrayType - posted by gu...@apache.org on 2023/10/26 00:31:15 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45136][CONNECT] Enhance ClosureCleaner with Ammonite support - posted by hv...@apache.org on 2023/10/26 01:35:20 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45651][BUILD] Log memory usage of publish snapshot workflow - posted by gu...@apache.org on 2023/10/26 01:39:43 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45634][PS] Remove `DataFrame.get_dtype_counts` from Pandas API on Spark - posted by gu...@apache.org on 2023/10/26 02:16:52 UTC, 0 replies.
- [spark] branch master updated (dcbe275543e -> 25c74d0d4e2) - posted by gu...@apache.org on 2023/10/26 02:17:31 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45665][INFRA] Uses different `ORACLE_DOCKER_IMAGE_NAME` in the scheduled builds in other branches - posted by ya...@apache.org on 2023/10/26 03:22:56 UTC, 0 replies.
- [spark] branch master updated: [SPARK-44407][BUILD][TESTS] Clean up the compilation warnings related to `it will become a keyword in Scala 3` and prohibit use these keywords as variable name - posted by ya...@apache.org on 2023/10/26 05:18:38 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45663][CORE][MLLIB] Replace `IterableOnceOps#aggregate` with `IterableOnceOps#foldLeft` - posted by ya...@apache.org on 2023/10/26 05:21:13 UTC, 0 replies.
- [spark] branch master updated: [SPARK-38723][SS][TESTS] Add test for streaming query resume race condition - posted by ka...@apache.org on 2023/10/26 05:24:22 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45659][SQL][SS] Add `since` field to Java API marked as `@Deprecated` - posted by ya...@apache.org on 2023/10/26 13:35:55 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45596][CONNECT] Use java.lang.ref.Cleaner instead of org.apache.spark.sql.connect.client.util.Cleaner - posted by ya...@apache.org on 2023/10/26 14:08:16 UTC, 0 replies.
- [spark] branch master updated: [SPARK-43923][CONNECT][FOLLOWUP] Correct the message abbreviation - posted by ya...@apache.org on 2023/10/26 14:11:26 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45652][SQL] SPJ: Handle empty input partitions after dynamic filtering - posted by su...@apache.org on 2023/10/26 15:52:25 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45670][CORE] SparkSubmit does not support `--total-executor-cores` when deploying on K8s - posted by do...@apache.org on 2023/10/26 16:54:46 UTC, 0 replies.
- [spark] branch branch-3.5 updated: [SPARK-45652][SQL][3.5] SPJ: Handle empty input partitions after dynamic filtering - posted by do...@apache.org on 2023/10/26 20:53:40 UTC, 0 replies.
- [spark] branch branch-3.4 updated: [SPARK-45652][SQL][3.4] SPJ: Handle empty input partitions after dynamic filtering - posted by do...@apache.org on 2023/10/26 20:54:34 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45651][BUILD][FOLLOWUP] Reduce mvn -Xmx option to 2g in publish_snapshot workflow - posted by gu...@apache.org on 2023/10/27 00:10:26 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45677] Better error logging for Observation API - posted by ka...@apache.org on 2023/10/27 00:45:14 UTC, 0 replies.
- [spark] branch master updated (d948be6c963 -> df0262f2996) - posted by gu...@apache.org on 2023/10/27 00:47:08 UTC, 0 replies.
- [spark] 01/02: Revert "[SPARK-45651][BUILD][FOLLOWUP] Reduce mvn -Xmx option to 2g in publish_snapshot workflow" - posted by gu...@apache.org on 2023/10/27 00:47:09 UTC, 0 replies.
- [spark] 02/02: Revert "[SPARK-45651][BUILD] Log memory usage of publish snapshot workflow" - posted by gu...@apache.org on 2023/10/27 00:47:10 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45679][CONNECT] Add proto for clusterBy - posted by gu...@apache.org on 2023/10/27 01:47:30 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45575][SQL] Support time travel options for df read API - posted by ya...@apache.org on 2023/10/27 02:15:26 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45481][SQL] Introduce a mapper for parquet compression codecs - posted by be...@apache.org on 2023/10/27 02:49:13 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45667][CORE][SQL][CONNECT] Clean up the deprecated API usage related to `IterableOnceExtensionMethods` - posted by ya...@apache.org on 2023/10/27 02:52:40 UTC, 0 replies.
- [spark] branch branch-3.3 updated: [SPARK-45670][CORE][3.3] SparkSubmit does not support `--total-executor-cores` when deploying on K8s - posted by gu...@apache.org on 2023/10/27 06:24:42 UTC, 0 replies.
- [spark] branch branch-3.4 updated: [SPARK-45670][CORE][3.4] SparkSubmit does not support `--total-executor-cores` when deploying on K8s - posted by gu...@apache.org on 2023/10/27 06:25:29 UTC, 0 replies.
- [spark] branch branch-3.5 updated: [SPARK-45670][CORE][3.5] SparkSubmit does not support `--total-executor-cores` when deploying on K8s - posted by gu...@apache.org on 2023/10/27 06:26:11 UTC, 0 replies.
- [spark] branch master updated: [SPARK-43380][SQL] Fix slowdown in Avro read - posted by we...@apache.org on 2023/10/27 06:45:48 UTC, 0 replies.
- [spark] branch branch-3.5 updated: [SPARK-43380][SQL] Fix slowdown in Avro read - posted by we...@apache.org on 2023/10/27 06:46:12 UTC, 0 replies.
- [spark] branch master updated (7d94c5769a8 -> e1dc571051d) - posted by gu...@apache.org on 2023/10/27 07:34:10 UTC, 0 replies.
- [spark] branch master updated: [SPARK-45614][SQL] Assign names to error _LEGACY_ERROR_TEMP_215[6,7,8] - posted by ma...@apache.org on 2023/10/27 07:44:50 UTC, 0 replies.
- (spark) branch master updated: [SPARK-45651][BUILD][FOLLOWUP] Reduce mvn -Xmx option to 2g in publish_snapshot workflow - posted by ya...@apache.org on 2023/10/27 09:43:15 UTC, 0 replies.
- (spark) branch master updated: [SPARK-45698][CORE][SQL][SS] Clean up the deprecated API usage related to `Buffer` - posted by ma...@apache.org on 2023/10/27 09:59:36 UTC, 0 replies.
- (spark) branch master updated: [SPARK-45328][DOCS][FOLLOWUP] Update docs for Hive metastore supported versions - posted by ma...@apache.org on 2023/10/27 10:03:55 UTC, 0 replies.
- (spark) branch master updated: [SPARK-45706][PYTHON][DOCS] Makes entire Binder build fails fast during setting up - posted by gu...@apache.org on 2023/10/27 12:20:59 UTC, 0 replies.
- (spark) branch branch-3.5 updated: [SPARK-45706][PYTHON][DOCS] Makes entire Binder build fails fast during setting up - posted by gu...@apache.org on 2023/10/27 12:21:08 UTC, 0 replies.
- (spark) tag v3.5.0 deleted (was ce5ddad9903) - posted by gu...@apache.org on 2023/10/27 12:24:08 UTC, 0 replies.
- (spark) tag v3.5.0 created (now de66d8f2ec7) - posted by gu...@apache.org on 2023/10/27 12:25:56 UTC, 0 replies.
- [PR] Fix the links for Binder builds for Spark 3.5.0 [spark-website] - posted by "HyukjinKwon (via GitHub)" <gi...@apache.org> on 2023/10/27 12:34:29 UTC, 0 replies.
- Re: [PR] [SPARK-45706][PYTHON][DOCS] Fix the links for Binder builds for Spark 3.5.0 [spark-website] - posted by "HyukjinKwon (via GitHub)" <gi...@apache.org> on 2023/10/27 12:35:05 UTC, 2 replies.
- (spark) tag v3.5.0 deleted (was de66d8f2ec7) - posted by gu...@apache.org on 2023/10/27 12:37:28 UTC, 0 replies.
- (spark) tag v3.5.0 created (now 270861a3cd6) - posted by gu...@apache.org on 2023/10/27 12:39:35 UTC, 0 replies.
- (spark) 01/01: [SPARK-45706][PYTHON][DOCS] Makes entire Binder build fails fast during setting up - posted by gu...@apache.org on 2023/10/27 12:39:36 UTC, 0 replies.
- (spark-website) branch asf-site updated: [SPARK-45706][PYTHON][DOCS] Fix the links for Binder builds for Spark 3.5.0 - posted by sr...@apache.org on 2023/10/27 13:20:50 UTC, 0 replies.
- (spark) tag v3.5.0 deleted (was 270861a3cd6) - posted by gu...@apache.org on 2023/10/27 13:23:21 UTC, 0 replies.
- (spark) tag v3.5.0 created (now ce5ddad9903) - posted by gu...@apache.org on 2023/10/27 13:23:52 UTC, 0 replies.
- (spark) branch master updated (f1d1dc1f87a -> 3d6e31a13a4) - posted by we...@apache.org on 2023/10/27 13:43:21 UTC, 0 replies.
- (spark) branch master updated (3d6e31a13a4 -> aa232f21487) - posted by ul...@apache.org on 2023/10/28 02:18:35 UTC, 0 replies.
- (spark) branch master updated: [SPARK-45678][CORE] Cover BufferReleasingInputStream.available/reset under tryOrFetchFailedException - posted by su...@apache.org on 2023/10/28 02:21:15 UTC, 0 replies.
- (spark) branch branch-3.5 updated: [SPARK-45678][CORE] Cover BufferReleasingInputStream.available/reset under tryOrFetchFailedException - posted by su...@apache.org on 2023/10/28 02:23:10 UTC, 0 replies.
- (spark) branch branch-3.4 updated: [SPARK-45678][CORE] Cover BufferReleasingInputStream.available/reset under tryOrFetchFailedException - posted by su...@apache.org on 2023/10/28 02:23:23 UTC, 0 replies.
- (spark) branch master updated (57e73dafeb9 -> e46c8ae84e8) - posted by be...@apache.org on 2023/10/29 01:18:31 UTC, 0 replies.
- (spark) branch master updated: [SPARK-45674][CONNECT][PYTHON] Improve error message for JVM-dependent attributes on Spark Connect - posted by gu...@apache.org on 2023/10/29 10:27:17 UTC, 0 replies.
- (spark) branch master updated: [SPARK-45636][BUILD] Upgrade jersey to 2.41 - posted by sr...@apache.org on 2023/10/29 14:18:24 UTC, 0 replies.
- (spark) branch master updated: [SPARK-45605][CORE][SQL][SS][CONNECT][MLLIB][GRAPHX][DSTREAM][PROTOBUF][EXAMPLES] Replace `s.c.MapOps.mapValues` with `s.c.MapOps.view.mapValues` - posted by sr...@apache.org on 2023/10/29 14:19:41 UTC, 0 replies.
- (spark) branch master updated: [SPARK-45544][CORE] Integrate SSL support into TransportContext - posted by mr...@apache.org on 2023/10/30 01:58:32 UTC, 0 replies.
- (spark) branch master updated: [SPARK-45552][PS] Introduce flexible parameters to `assertDataFrameEqual` - posted by gu...@apache.org on 2023/10/30 02:07:14 UTC, 0 replies.
- (spark) branch master updated (4af4ddea116 -> 0245b842ccc) - posted by gu...@apache.org on 2023/10/30 02:07:34 UTC, 0 replies.
- [PR] Add Matomo analytics to the published documents [spark-website] - posted by "panbingkun (via GitHub)" <gi...@apache.org> on 2023/10/30 02:27:44 UTC, 5 replies.
- (spark) branch master updated: [SPARK-44790][SQL] XML: to_xml implementation and bindings for python, connect and SQL - posted by gu...@apache.org on 2023/10/30 05:00:44 UTC, 0 replies.
- (spark) branch master updated: [SPARK-45664][SQL] Introduce a mapper for orc compression codecs - posted by do...@apache.org on 2023/10/30 05:22:17 UTC, 0 replies.
- (spark) branch master updated: [SPARK-45682][CORE][SQL][ML][MLLIB][GRAPHX][YARN][DSTREAM][UI][EXAMPLES] Fix "method + in class Byte/Short/Char/Long/Double/Int is deprecated" - posted by do...@apache.org on 2023/10/30 05:37:58 UTC, 0 replies.
- (spark) branch master updated: [SPARK-45707][SQL] Simplify `DataFrameStatFunctions.countMinSketch` with `CountMinSketchAgg` - posted by do...@apache.org on 2023/10/30 05:42:12 UTC, 0 replies.
- (spark) branch master updated: [SPARK-45685][CORE][SQL] Use `LazyList` instead of `Stream` - posted by do...@apache.org on 2023/10/30 05:44:04 UTC, 0 replies.
- (spark) branch master updated (b92265a98f2 -> e499ba80be6) - posted by gu...@apache.org on 2023/10/30 11:19:15 UTC, 0 replies.
- (spark) branch master updated: [SPARK-45681][UI] Clone a js version of UIUtils.errorMessageCell for consistent error rendering on UI - posted by ya...@apache.org on 2023/10/30 13:31:08 UTC, 0 replies.
- (spark) branch master updated: [SPARK-43380][SQL][FOLLOWUP] Deprecate toSqlType(avroSchema: Schema, …useStableIdForUnionType: Boolean): SchemaType - posted by be...@apache.org on 2023/10/30 13:34:47 UTC, 0 replies.
- (spark) branch master updated: [SPARK-45689][SPARK-45690][SPARK-45691][CORE][SQL] Clean up the deprecated API usage related to `StringContext/StringOps/RightProjection/LeftProjection/Either` and type use of `BufferedIterator/CanBuildFrom/Traversable` - posted by ya...@apache.org on 2023/10/30 15:26:55 UTC, 0 replies.
- (spark) branch master updated: [SPARK-45481][SQL][FOLLOWUP] Add `lowerCaseName` for `ParquetCompressionCodec` - posted by do...@apache.org on 2023/10/30 18:32:27 UTC, 0 replies.
- (spark) branch master updated: [SPARK-45506][CONNECT] Add ivy URI support to SparkConnect addArtifact - posted by gu...@apache.org on 2023/10/30 23:47:44 UTC, 0 replies.
- (spark) branch master updated: [SPARK-45245][PYTHON][CONNECT] PythonWorkerFactory: Timeout if worker does not connect back - posted by gu...@apache.org on 2023/10/30 23:50:04 UTC, 0 replies.
- (spark) branch master updated: [SPARK-45728][BUILD][K8S] Upgrade `kubernetes-client` to 6.9.1 - posted by do...@apache.org on 2023/10/31 01:16:40 UTC, 0 replies.
- (spark) branch master updated: [SPARK-45592][SQL] Correctness issue in AQE with InMemoryTableScanExec - posted by we...@apache.org on 2023/10/31 03:19:50 UTC, 0 replies.
- (spark) branch branch-3.5 updated: [SPARK-45592][SQL] Correctness issue in AQE with InMemoryTableScanExec - posted by we...@apache.org on 2023/10/31 03:23:45 UTC, 0 replies.
- (spark) branch master updated: [SPARK-45727][SS] Remove unused map in watermark propagation simulation - posted by ka...@apache.org on 2023/10/31 03:32:02 UTC, 0 replies.
- (spark) branch master updated: [SPARK-45729][PYTHON][DOCS] Fix PySpark testing guide links - posted by gu...@apache.org on 2023/10/31 03:37:33 UTC, 0 replies.
- (spark) branch master updated: [SPARK-45713][PYTHON] Support registering Python data sources - posted by we...@apache.org on 2023/10/31 05:08:21 UTC, 0 replies.
- (spark) branch master updated: [SPARK-38723][SS][TEST][FOLLOWUP] Deflake the newly added test in QueryExecutionErrorsSuite - posted by ma...@apache.org on 2023/10/31 06:39:09 UTC, 0 replies.
- (spark) branch master updated: [SPARK-45701][SPARK-45684][SPARK-45692][CORE][SQL][SS][ML][K8S] Clean up the deprecated API usage related to `mutable.SetOps/c.SeqOps/Iterator/Iterable/IterableOps` - posted by ya...@apache.org on 2023/10/31 07:08:01 UTC, 0 replies.
- (spark) branch master updated: [SPARK-45735][PYTHON][CONNECT][TESTS] Reenable CatalogTests without Spark Connect - posted by gu...@apache.org on 2023/10/31 07:47:42 UTC, 0 replies.
- (spark) branch branch-3.5 updated: [SPARK-45735][PYTHON][CONNECT][TESTS] Reenable CatalogTests without Spark Connect - posted by gu...@apache.org on 2023/10/31 07:47:54 UTC, 0 replies.
- (spark) branch branch-3.4 updated: [SPARK-45735][PYTHON][CONNECT][TESTS] Reenable CatalogTests without Spark Connect - posted by gu...@apache.org on 2023/10/31 07:48:15 UTC, 0 replies.
- (spark) branch master updated: [SPARK-45713][PYTHON][FOLLOWUP] Fix SparkThrowableSuite for GA - posted by gu...@apache.org on 2023/10/31 08:41:57 UTC, 0 replies.
- (spark) branch master updated: [SPARK-45732][BUILD] Upgrade commons-text to 1.11.0 - posted by gu...@apache.org on 2023/10/31 11:51:21 UTC, 0 replies.
- (spark) branch master updated: [SPARK-45368][SQL] Remove scala2.12 compatibility logic for DoubleType, FloatType, Decimal - posted by sr...@apache.org on 2023/10/31 13:43:06 UTC, 0 replies.
- (spark) branch master updated: [SPARK-45725][SQL] Remove the non-default IN subquery runtime filter - posted by do...@apache.org on 2023/10/31 15:49:26 UTC, 0 replies.
- (spark) branch master updated (5ba708f8fff -> 0487507c8fe) - posted by do...@apache.org on 2023/10/31 15:52:09 UTC, 0 replies.
- (spark) branch master updated: [SPARK-45700][SPARK-45702][SPARK-45703] Fix the compile warning suppression rule added in SPARK-35496 - posted by do...@apache.org on 2023/10/31 15:54:05 UTC, 0 replies.
- (spark) branch master updated: [SPARK-45737][SQL] Remove unnecessary `.toArray[InternalRow]` in `SparkPlan#executeTake` - posted by do...@apache.org on 2023/10/31 15:56:31 UTC, 0 replies.
- (spark) branch master updated: [SPARK-45481][SPARK-45664][SPARK-45711][SQL][FOLLOWUP] Avoid magic strings copy from parquet|orc|avro compression codes - posted by do...@apache.org on 2023/10/31 18:45:11 UTC, 0 replies.
- (spark) branch master updated (49f9e74973f -> af8907a0873) - posted by ge...@apache.org on 2023/10/31 19:03:07 UTC, 0 replies.
- (spark) branch master updated: [SPARK-45739][PYTHON] Catch IOException instead of EOFException alone for faulthandler - posted by gu...@apache.org on 2023/10/31 22:33:54 UTC, 0 replies.
- (spark-website) branch asf-site updated: Add Matomo analytics to the published documents - posted by gu...@apache.org on 2023/10/31 22:56:11 UTC, 0 replies.
- (spark) branch master updated: [SPARK-45741][BUILD] Upgrade Netty to 4.1.100.Final - posted by do...@apache.org on 2023/10/31 23:27:37 UTC, 0 replies.
- (spark) branch master updated: [MINOR][DOCS] Fix the variable name in the docs - testing_pyspark.ipynb - posted by gu...@apache.org on 2023/10/31 23:37:29 UTC, 0 replies.
- (spark) branch master updated: [SPARK-43380][SQL][FOLLOW-UP] Fix slowdown in Avro read - posted by ge...@apache.org on 2023/10/31 23:46:52 UTC, 0 replies.
- (spark) branch branch-3.5 updated: [SPARK-43380][SQL][FOLLOW-UP] Fix slowdown in Avro read - posted by ge...@apache.org on 2023/10/31 23:47:05 UTC, 0 replies.