{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":481429011,"defaultBranch":"master","name":"spark","ownerLogin":"panbingkun","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2022-04-14T01:38:25.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/15246973?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1720743758.0","currentOid":""},"activityList":{"items":[{"before":"280da5c807fd7d003a261cfa074512baf6b05bad","after":"eeed740f93c8bac498502971835ecf6af400aa4e","ref":"refs/heads/JDBCTableCatalog_with_catalog","pushedAt":"2024-07-12T12:18:22.000Z","pushType":"push","commitsCount":11,"pusher":{"login":"panbingkun","name":"panbingkun","path":"/panbingkun","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15246973?s=80&v=4"},"commit":{"message":"Merge branch 'master' into JDBCTableCatalog_with_catalog","shortMessageHtmlLink":"Merge branch 'master' into JDBCTableCatalog_with_catalog"}},{"before":"4c7edd2a20480a8521fcc88a966b22619143aebd","after":"e20db137d2de26594b38c7e257a3d863de882022","ref":"refs/heads/master","pushedAt":"2024-07-12T12:10:18.000Z","pushType":"push","commitsCount":9,"pusher":{"login":"panbingkun","name":"panbingkun","path":"/panbingkun","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15246973?s=80&v=4"},"commit":{"message":"[SPARK-48510] 2/2] Support UDAF `toColumn` API in Spark Connect\n\n### What changes were proposed in this pull request?\n\nThis PR follows https://github.com/apache/spark/pull/46245 to add support `udaf.toColumn` API in Spark Connect.\n\nHere we introduce a new Protobuf message, `proto.TypedAggregateExpression`, that includes a serialized UDF packet. On the server, we unpack it into an `Aggregator` object and generate a real `TypedAggregateExpression` instance with the encoder information passed along with the UDF.\n\n### Why are the changes needed?\n\nBecause the `toColumn` API is not supported in the previous PR.\n\n### Does this PR introduce _any_ user-facing change?\n\nYes, from now on users could create typed UDAF using `udaf.toColumn` API/.\n\n### How was this patch tested?\n\nNew tests.\n\n### Was this patch authored or co-authored using generative AI tooling?\n\nNope.\n\nCloses #46849 from xupefei/connect-udaf-tocolumn.\n\nAuthored-by: Paddy Xu \nSigned-off-by: Hyukjin Kwon ","shortMessageHtmlLink":"[SPARK-48510] 2/2] Support UDAF toColumn API in Spark Connect"}},{"before":"da936fab237bc3d9f47d5e96e6180cb416bd3afd","after":"280da5c807fd7d003a261cfa074512baf6b05bad","ref":"refs/heads/JDBCTableCatalog_with_catalog","pushedAt":"2024-07-12T07:54:30.000Z","pushType":"push","commitsCount":8,"pusher":{"login":"panbingkun","name":"panbingkun","path":"/panbingkun","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15246973?s=80&v=4"},"commit":{"message":"update","shortMessageHtmlLink":"update"}},{"before":"5bbe9c850aaaf31327b81d893ed513033a129e08","after":"4c7edd2a20480a8521fcc88a966b22619143aebd","ref":"refs/heads/master","pushedAt":"2024-07-12T07:52:37.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"panbingkun","name":"panbingkun","path":"/panbingkun","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15246973?s=80&v=4"},"commit":{"message":"[SPARK-48864][SQL][TESTS] Refactor `HiveQuerySuite` and fix bug\n\n### What changes were proposed in this pull request?\nThe pr aims to refactor `HiveQuerySuite` and `fix` bug, includes:\n- use `getWorkspaceFilePath` to enable `HiveQuerySuite` to run successfully in the IDE.\n- make the test `lookup hive UDF in another thread` `independence`, without relying on the previous UT `current_database with multiple sessions`.\n- enable two test: `non-boolean conditions in a CaseWhen are illegal` and `Dynamic partition folder layout`.\n\n### Why are the changes needed?\n- Run successfully in the `IDE`\n Before:\n \"image\"\n\n After:\n \"image\"\n\n- Make UT `lookup hive UDF in another thread` `independence`\n when `only` running it, it actually failed with the following error:\n \"image\"\n\n **why ?**\n Because the previous UT `current_database with multiple sessions` changed `current database` and was not restored after it finished running.\n\n### Does this PR introduce _any_ user-facing change?\nNo.\n\n### How was this patch tested?\n- Manually test\n- Pass GA.\n\n### Was this patch authored or co-authored using generative AI tooling?\nNo.\n\nCloses #47293 from panbingkun/refactor_HiveQuerySuite.\n\nAuthored-by: panbingkun \nSigned-off-by: yangjie01 ","shortMessageHtmlLink":"[SPARK-48864][SQL][TESTS] Refactor HiveQuerySuite and fix bug"}},{"before":"d3eccbe512e707c44046569e0ec9519f075612e7","after":"e3cf042d99f06a894b506ec1364ca98a87a5ff03","ref":"refs/heads/refactor_HiveQuerySuite","pushedAt":"2024-07-12T05:49:23.000Z","pushType":"push","commitsCount":22,"pusher":{"login":"panbingkun","name":"panbingkun","path":"/panbingkun","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15246973?s=80&v=4"},"commit":{"message":"Merge branch 'master' into refactor_HiveQuerySuite","shortMessageHtmlLink":"Merge branch 'master' into refactor_HiveQuerySuite"}},{"before":"cbe6846c477bc8b6d94385ddd0097c4e97b05d41","after":"5bbe9c850aaaf31327b81d893ed513033a129e08","ref":"refs/heads/master","pushedAt":"2024-07-12T05:45:22.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"panbingkun","name":"panbingkun","path":"/panbingkun","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15246973?s=80&v=4"},"commit":{"message":"[SPARK-48842][DOCS] Document non-determinism of max_by and min_by\n\n### What changes were proposed in this pull request?\nDocument non-determinism of max_by and min_by\n\n### Why are the changes needed?\nI have been confused by this non-determinism twice, it occurred like a correctness bug to me.\nSo I think we need to document it\n\n### Does this PR introduce _any_ user-facing change?\ndoc change only\n\n### How was this patch tested?\nci\n\n### Was this patch authored or co-authored using generative AI tooling?\nno\n\nCloses #47266 from zhengruifeng/py_doc_max_by.\n\nAuthored-by: Ruifeng Zheng \nSigned-off-by: Ruifeng Zheng ","shortMessageHtmlLink":"[SPARK-48842][DOCS] Document non-determinism of max_by and min_by"}},{"before":"3bfcc7d6996b90eea479aa690532d0b43df29d5d","after":"da936fab237bc3d9f47d5e96e6180cb416bd3afd","ref":"refs/heads/JDBCTableCatalog_with_catalog","pushedAt":"2024-07-12T03:35:35.000Z","pushType":"push","commitsCount":18,"pusher":{"login":"panbingkun","name":"panbingkun","path":"/panbingkun","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15246973?s=80&v=4"},"commit":{"message":"Merge branch 'master' into JDBCTableCatalog_with_catalog","shortMessageHtmlLink":"Merge branch 'master' into JDBCTableCatalog_with_catalog"}},{"before":"06bebb884961f8b164e218af0ab2e8cb7517a66a","after":"cbe6846c477bc8b6d94385ddd0097c4e97b05d41","ref":"refs/heads/master","pushedAt":"2024-07-12T03:35:10.000Z","pushType":"push","commitsCount":5,"pusher":{"login":"panbingkun","name":"panbingkun","path":"/panbingkun","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15246973?s=80&v=4"},"commit":{"message":"[SPARK-48760][SQL] Fix CatalogV2Util.applyClusterByChanges\n\n### What changes were proposed in this pull request?\n\nhttps://github.com/apache/spark/pull/47156/ introduced a bug in `CatalogV2Util.applyClusterByChanges` that it will remove the existing `ClusterByTransform` first, regardless of whether there is a `ClusterBy` table change. This means any table change will remove the clustering columns from the table.\n\nThis PR fixes the bug by removing the `ClusterByTransform` only when there is a `ClusterBy` table change.\n\n### Why are the changes needed?\n\n### Does this PR introduce _any_ user-facing change?\n\nNo\n### How was this patch tested?\n\nAmend existing test to catch this bug.\n### Was this patch authored or co-authored using generative AI tooling?\n\nNo\n\nCloses #47288 from zedtang/fix-apply-cluster-by-changes.\n\nAuthored-by: Jiaheng Tang \nSigned-off-by: Wenchen Fan ","shortMessageHtmlLink":"[SPARK-48760][SQL] Fix CatalogV2Util.applyClusterByChanges"}},{"before":null,"after":"0792b04effb58b67c49a1d31fe87e2c8823c08bc","ref":"refs/heads/mysql_image_9","pushedAt":"2024-07-12T00:22:38.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"panbingkun","name":"panbingkun","path":"/panbingkun","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15246973?s=80&v=4"},"commit":{"message":"[SPARK-48874][SQL][DOCKER] Upgrade MySQL docker image version to 9.0.0","shortMessageHtmlLink":"[SPARK-48874][SQL][DOCKER] Upgrade MySQL docker image version to 9.0.0"}},{"before":"b4e3c2ad5ac8c924441c7967d032b4a9652eaa88","after":"06bebb884961f8b164e218af0ab2e8cb7517a66a","ref":"refs/heads/master","pushedAt":"2024-07-12T00:16:38.000Z","pushType":"push","commitsCount":11,"pusher":{"login":"panbingkun","name":"panbingkun","path":"/panbingkun","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15246973?s=80&v=4"},"commit":{"message":"[SPARK-48852][CONNECT] Fix string trim function in connect\n\n### What changes were proposed in this pull request?\n\nChanged the order of arguments passed in the connect client's trim function call to match [`sql/core/src/main/scala/org/apache/spark/sql/functions.scala`](https://github.com/apache/spark/blob/f2dd0b3338a6937bbfbea6cd5fffb2bf9992a1f3/sql/core/src/main/scala/org/apache/spark/sql/functions.scala#L4322)\n\n### Why are the changes needed?\n\nThis change fixes a correctness bug in spark connect where a query to trim characters `s` from a column will be replaced by a substring of `s`.\n\n### Does this PR introduce _any_ user-facing change?\n\nNo\n\n### How was this patch tested?\n\nUpdated golden files for [`/connector/connect/client/jvm/src/test/scala/org/apache/spark/sql/PlanGenerationTestSuite.scala`](https://github.com/apache/spark/blob/f2dd0b3338a6937bbfbea6cd5fffb2bf9992a1f3/connector/connect/client/jvm/src/test/scala/org/apache/spark/sql/PlanGenerationTestSuite.scala#L1815) and added an additional test to verify correctness.\n\n### Was this patch authored or co-authored using generative AI tooling?\n\nNo\n\nCloses #47277 from biruktesf-db/fix-trim-connect.\n\nAuthored-by: Biruk Tesfaye \nSigned-off-by: Hyukjin Kwon ","shortMessageHtmlLink":"[SPARK-48852][CONNECT] Fix string trim function in connect"}},{"before":"5471461b15f50ab6a13ae35b14f181f5cfaf121d","after":"d3eccbe512e707c44046569e0ec9519f075612e7","ref":"refs/heads/refactor_HiveQuerySuite","pushedAt":"2024-07-11T13:51:55.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"panbingkun","name":"panbingkun","path":"/panbingkun","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15246973?s=80&v=4"},"commit":{"message":"remove code format","shortMessageHtmlLink":"remove code format"}},{"before":"182d364b4b3220217ffa547d225f4046f9383af8","after":"3bfcc7d6996b90eea479aa690532d0b43df29d5d","ref":"refs/heads/JDBCTableCatalog_with_catalog","pushedAt":"2024-07-11T11:54:41.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"panbingkun","name":"panbingkun","path":"/panbingkun","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15246973?s=80&v=4"},"commit":{"message":"fix","shortMessageHtmlLink":"fix"}},{"before":"757584c0b69a5b7671d9f166ae7cfff7c52fb8bc","after":"75b4a6aff58b47895396b6dc7ba6931aabd3c619","ref":"refs/heads/table_with_catalog","pushedAt":"2024-07-11T11:28:04.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"panbingkun","name":"panbingkun","path":"/panbingkun","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15246973?s=80&v=4"},"commit":{"message":"fix","shortMessageHtmlLink":"fix"}},{"before":"6fb29c247aa1fc4f972374cb5a082be7d228bd4d","after":"182d364b4b3220217ffa547d225f4046f9383af8","ref":"refs/heads/JDBCTableCatalog_with_catalog","pushedAt":"2024-07-11T11:10:12.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"panbingkun","name":"panbingkun","path":"/panbingkun","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15246973?s=80&v=4"},"commit":{"message":"fix UT","shortMessageHtmlLink":"fix UT"}},{"before":null,"after":"6fb29c247aa1fc4f972374cb5a082be7d228bd4d","ref":"refs/heads/JDBCTableCatalog_with_catalog","pushedAt":"2024-07-11T09:27:56.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"panbingkun","name":"panbingkun","path":"/panbingkun","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15246973?s=80&v=4"},"commit":{"message":"[WIP][SQL] JDBCTableCatalog with catalog name","shortMessageHtmlLink":"[WIP][SQL] JDBCTableCatalog with catalog name"}},{"before":null,"after":"757584c0b69a5b7671d9f166ae7cfff7c52fb8bc","ref":"refs/heads/table_with_catalog","pushedAt":"2024-07-11T09:02:22.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"panbingkun","name":"panbingkun","path":"/panbingkun","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15246973?s=80&v=4"},"commit":{"message":"[WIP][SQL] Table with catalog name","shortMessageHtmlLink":"[WIP][SQL] Table with catalog name"}},{"before":"591cb14b593feff7a392a482afb21e7eb020689b","after":"5471461b15f50ab6a13ae35b14f181f5cfaf121d","ref":"refs/heads/refactor_HiveQuerySuite","pushedAt":"2024-07-11T06:29:04.000Z","pushType":"push","commitsCount":5,"pusher":{"login":"panbingkun","name":"panbingkun","path":"/panbingkun","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15246973?s=80&v=4"},"commit":{"message":"resolve conflict","shortMessageHtmlLink":"resolve conflict"}},{"before":"40b307cf8e34f97783987ef3dc15ebcac198aafb","after":"970440981ba2714eaeb5711709641adb8f093bc9","ref":"refs/heads/SPARK-48841","pushedAt":"2024-07-11T05:33:16.000Z","pushType":"push","commitsCount":34,"pusher":{"login":"panbingkun","name":"panbingkun","path":"/panbingkun","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15246973?s=80&v=4"},"commit":{"message":"Merge branch 'master' into SPARK-48841","shortMessageHtmlLink":"Merge branch 'master' into SPARK-48841"}},{"before":"97a0f6449f8fc13eceacea2407f2a5164604f54e","after":"b4e3c2ad5ac8c924441c7967d032b4a9652eaa88","ref":"refs/heads/master","pushedAt":"2024-07-11T05:31:39.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"panbingkun","name":"panbingkun","path":"/panbingkun","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15246973?s=80&v=4"},"commit":{"message":"[SPARK-48851][SQL] Change the value of `SCHEMA_NOT_FOUND` from `namespace` to `catalog.namespace`\n\n### What changes were proposed in this pull request?\nThe pr aims to change the value of `SCHEMA_NOT_FOUND` from `namespace` to `catalog.namespace`.\n\n### Why are the changes needed?\nAs discussing https://github.com/apache/spark/pull/47038#discussion_r1670544805, we should provide more friendly and clear prompt error message.\n\n### Does this PR introduce _any_ user-facing change?\nNo.\n\n### How was this patch tested?\nUpdate existed UT & Pass GA.\n\n### Was this patch authored or co-authored using generative AI tooling?\nNo.\n\nCloses #47276 from panbingkun/db_with_catalog.\n\nAuthored-by: panbingkun \nSigned-off-by: Wenchen Fan ","shortMessageHtmlLink":"[SPARK-48851][SQL] Change the value of SCHEMA_NOT_FOUND from `names…"}},{"before":null,"after":"591cb14b593feff7a392a482afb21e7eb020689b","ref":"refs/heads/refactor_HiveQuerySuite","pushedAt":"2024-07-11T03:29:05.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"panbingkun","name":"panbingkun","path":"/panbingkun","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15246973?s=80&v=4"},"commit":{"message":"[SPARK-48864][SQL][TESTS] Refactor `HiveQuerySuite` and fix bug","shortMessageHtmlLink":"[SPARK-48864][SQL][TESTS] Refactor HiveQuerySuite and fix bug"}},{"before":"2a50f4ecf647cbd982d1ad1e14c032a8ea84a5fd","after":"d5154312048bd16e65d9d8b4d898afe55cbd01ca","ref":"refs/heads/db_with_catalog","pushedAt":"2024-07-11T03:05:11.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"panbingkun","name":"panbingkun","path":"/panbingkun","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15246973?s=80&v=4"},"commit":{"message":"Merge branch 'master' into db_with_catalog","shortMessageHtmlLink":"Merge branch 'master' into db_with_catalog"}},{"before":"0d131a023f58bd5c613157ba28e4fa8addd9c5a5","after":"97a0f6449f8fc13eceacea2407f2a5164604f54e","ref":"refs/heads/master","pushedAt":"2024-07-11T03:04:12.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"panbingkun","name":"panbingkun","path":"/panbingkun","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15246973?s=80&v=4"},"commit":{"message":"[SPARK-48726][SS] Create the StateSchemaV3 file format, and write this out for the TransformWithStateExec operator\n\n### What changes were proposed in this pull request?\n\nIn this PR, we introduce the `StateSchemaV3` file that is used to keep track of a list of `ColumnFamilySchema` which we write from the `TransformWithState` operator. We collect the Column Family schemas from the driver, and write them out as a part of a planning rule.\n\nWe will be introducing the OperatorStateMetadataV2 in the following PR: https://github.com/apache/spark/pull/47273\nThis will integrate with the TransformWithState operator, and rely on the schema file.\n\n### Why are the changes needed?\n\nThese changes are needed to enable schema evolution for this operator in the future.\n\n### Does this PR introduce _any_ user-facing change?\n\nNo\n\n### How was this patch tested?\n\nAdded unit tests and ran existing unit tests\n```\n[info] Run completed in 11 seconds, 673 milliseconds.\n[info] Total number of tests run: 4\n[info] Suites: completed 1, aborted 0\n[info] Tests: succeeded 4, failed 0, canceled 0, ignored 0, pending 0\n[info] All tests passed.\n[success] Total time: 43 s, completed Jun 26, 2024, 10:38:35 AM\n```\n\n### Was this patch authored or co-authored using generative AI tooling?\n\nNo\n\nCloses #47104 from ericm-db/state-schema-tws.\n\nLead-authored-by: Eric Marnadi \nCo-authored-by: Eric Marnadi <132308037+ericm-db@users.noreply.github.com>\nSigned-off-by: Jungtaek Lim ","shortMessageHtmlLink":"[SPARK-48726][SS] Create the StateSchemaV3 file format, and write thi…"}},{"before":null,"after":"5c91ea97a1f29cdb8966bc063ace10d68d955ec0","ref":"refs/heads/SPARK-48763_FOLLOWUP","pushedAt":"2024-07-11T02:07:49.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"panbingkun","name":"panbingkun","path":"/panbingkun","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15246973?s=80&v=4"},"commit":{"message":"[SPARK-48763][FOLLOWUP] Make `dev/lint-scala` error message more accurate","shortMessageHtmlLink":"[SPARK-48763][FOLLOWUP] Make dev/lint-scala error message more accu…"}},{"before":"484d82feef5d8fc64449665448da73795f959d93","after":"2a50f4ecf647cbd982d1ad1e14c032a8ea84a5fd","ref":"refs/heads/db_with_catalog","pushedAt":"2024-07-11T01:54:39.000Z","pushType":"push","commitsCount":5,"pusher":{"login":"panbingkun","name":"panbingkun","path":"/panbingkun","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15246973?s=80&v=4"},"commit":{"message":"Merge branch 'master' into db_with_catalog","shortMessageHtmlLink":"Merge branch 'master' into db_with_catalog"}},{"before":"0fdebcca1857b2aaa7d89964654b54cf2da7b21c","after":"0d131a023f58bd5c613157ba28e4fa8addd9c5a5","ref":"refs/heads/master","pushedAt":"2024-07-11T01:51:31.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"panbingkun","name":"panbingkun","path":"/panbingkun","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15246973?s=80&v=4"},"commit":{"message":"[SPARK-48459][CONNECT][PYTHON][FOLLOWUP] Ignore to_plan from with_origin\n\n### What changes were proposed in this pull request?\n\nIgnores `connect.Column.to_plan` from `with_origin`.\n\n### Why are the changes needed?\n\nCapturing call site on `connect.Column.to_plan` takes long time when creating proto plans if there are many `connect.Column` objects, although the call sites on `connect.Column.to_plan` are not necessary.\n\nE.g.,\n\n```py\nfrom pyspark.sql import functions as F\n\ndf = createDataFrame()\ndef schema():\n return df.select(*([F.col(\"a\"), F.col(\"b\"), F.col(\"c\"), F.col(\"d\")] * 10)).schema\n\nprofile(schema)\n```\n\n\"Screenshot\n\nThe total function calls / duration for this is:\n\n- before\n\n```\n28393570 function calls (28381720 primitive calls) in 3.450 seconds\n```\n\n- after\n\n```\n109970 function calls (98120 primitive calls) in 0.184 seconds\n```\n\n### Does this PR introduce _any_ user-facing change?\n\nNo.\n\n### How was this patch tested?\n\nThe existing tests.\n\n### Was this patch authored or co-authored using generative AI tooling?\n\nNo.\n\nCloses #47284 from ueshin/issues/SPARK-48459/query_context.\n\nAuthored-by: Takuya Ueshin \nSigned-off-by: Hyukjin Kwon ","shortMessageHtmlLink":"[SPARK-48459][CONNECT][PYTHON][FOLLOWUP] Ignore to_plan from with_origin"}},{"before":"409e637f68a725fe41667ee7e2cba903ba175114","after":"484d82feef5d8fc64449665448da73795f959d93","ref":"refs/heads/db_with_catalog","pushedAt":"2024-07-11T01:01:14.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"panbingkun","name":"panbingkun","path":"/panbingkun","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15246973?s=80&v=4"},"commit":{"message":"fix","shortMessageHtmlLink":"fix"}},{"before":"e96ae9dd84e94ed32c4739897134ca5f6aa17fd6","after":"409e637f68a725fe41667ee7e2cba903ba175114","ref":"refs/heads/db_with_catalog","pushedAt":"2024-07-10T23:24:00.000Z","pushType":"push","commitsCount":12,"pusher":{"login":"panbingkun","name":"panbingkun","path":"/panbingkun","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15246973?s=80&v=4"},"commit":{"message":"fix","shortMessageHtmlLink":"fix"}},{"before":"f2dd0b3338a6937bbfbea6cd5fffb2bf9992a1f3","after":"0fdebcca1857b2aaa7d89964654b54cf2da7b21c","ref":"refs/heads/master","pushedAt":"2024-07-10T23:20:14.000Z","pushType":"push","commitsCount":9,"pusher":{"login":"panbingkun","name":"panbingkun","path":"/panbingkun","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15246973?s=80&v=4"},"commit":{"message":"Revert \"[SPARK-48823][DOCS] Improve clarity in `lag` docstring\"\n\nThis reverts commit 8ca1822b4f71145ebf7f61e4235a6fb9bb474805.","shortMessageHtmlLink":"Revert \"[SPARK-48823][DOCS] Improve clarity in lag docstring\""}},{"before":"1841375ca886d95af62e9683510ebb6bed30431e","after":"e96ae9dd84e94ed32c4739897134ca5f6aa17fd6","ref":"refs/heads/db_with_catalog","pushedAt":"2024-07-10T14:31:02.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"panbingkun","name":"panbingkun","path":"/panbingkun","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15246973?s=80&v=4"},"commit":{"message":"update","shortMessageHtmlLink":"update"}},{"before":"135d8b749474e4e6bd00681c38700894b7e8017d","after":"1841375ca886d95af62e9683510ebb6bed30431e","ref":"refs/heads/db_with_catalog","pushedAt":"2024-07-10T11:51:22.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"panbingkun","name":"panbingkun","path":"/panbingkun","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15246973?s=80&v=4"},"commit":{"message":"fix","shortMessageHtmlLink":"fix"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEfdKxoAA","startCursor":null,"endCursor":null}},"title":"Activity · panbingkun/spark"}