{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":630130506,"defaultBranch":"master","name":"spark","ownerLogin":"sweisdb","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2023-04-19T18:24:09.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/60895808?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1718994560.0","currentOid":""},"activityList":{"items":[{"before":"eacaa492332655539da666fa19edef6c01d3255b","after":"aca0295728ab742da999b49c6084617088ec9700","ref":"refs/heads/SPARK-47172-3.5","pushedAt":"2024-06-25T04:12:08.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"sweisdb","name":null,"path":"/sweisdb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/60895808?s=80&v=4"},"commit":{"message":"[SPARK-47172][3.5] Fixing lint errors","shortMessageHtmlLink":"[SPARK-47172][3.5] Fixing lint errors"}},{"before":"16332a57ad273aa09645b9b50a1cc67b6915ca1a","after":"af0d1eee9d40aeaa8830d495216bbaa4bb8380b5","ref":"refs/heads/SPARK-47172-3.4","pushedAt":"2024-06-24T21:30:45.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"sweisdb","name":null,"path":"/sweisdb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/60895808?s=80&v=4"},"commit":{"message":"[SPARK-47172][3.4] Fixing lint errors","shortMessageHtmlLink":"[SPARK-47172][3.4] Fixing lint errors"}},{"before":"a12ebae18233e34fcf7e6e4be6c64ac5502158ff","after":"eacaa492332655539da666fa19edef6c01d3255b","ref":"refs/heads/SPARK-47172-3.5","pushedAt":"2024-06-24T21:29:45.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"sweisdb","name":null,"path":"/sweisdb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/60895808?s=80&v=4"},"commit":{"message":"[SPARK-47172][3.5] Fixing lint errors","shortMessageHtmlLink":"[SPARK-47172][3.5] Fixing lint errors"}},{"before":"eeaab634377dc3e5a18d0034c5d6d1cf7a1b20f2","after":"a12ebae18233e34fcf7e6e4be6c64ac5502158ff","ref":"refs/heads/SPARK-47172-3.5","pushedAt":"2024-06-24T17:09:34.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"sweisdb","name":null,"path":"/sweisdb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/60895808?s=80&v=4"},"commit":{"message":"[SPARK-47172][3.4] Fixing Java 8 build issues","shortMessageHtmlLink":"[SPARK-47172][3.4] Fixing Java 8 build issues"}},{"before":"30ac21a2927d987eafe867f67a6b28be90a0b695","after":"16332a57ad273aa09645b9b50a1cc67b6915ca1a","ref":"refs/heads/SPARK-47172-3.4","pushedAt":"2024-06-24T17:08:59.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"sweisdb","name":null,"path":"/sweisdb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/60895808?s=80&v=4"},"commit":{"message":"[SPARK-47172][3.4] Fixing Java 8 build issues","shortMessageHtmlLink":"[SPARK-47172][3.4] Fixing Java 8 build issues"}},{"before":null,"after":"30ac21a2927d987eafe867f67a6b28be90a0b695","ref":"refs/heads/SPARK-47172-3.4","pushedAt":"2024-06-21T18:29:20.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"sweisdb","name":null,"path":"/sweisdb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/60895808?s=80&v=4"},"commit":{"message":"[SPARK-47172][CORE][3.4] Add support for AES-GCM for RPC encryption\n\nThis change adds AES-GCM as an optional AES cipher mode for RPC encryption. The current default is using AES-CTR without any authentication. That would allow someone on the network to easily modify RPC contents on the wire and impact Spark behavior. See [SPARK-47172](https://issues.apache.org/jira/browse/SPARK-47172) for more details.\n\nThe current default is using AES-CTR without any authentication. That would allow someone on the network to easily modify RPC contents on the wire and impact Spark behavior.\n\nYes, it adds an additional configuration flag is reflected in the documentation.\n\nExisting unit tests are all ensured to pass. New unit tests are written to explicitly test GCM support and to verify that modifying ciphertext content will cause an exception and fail.\n\n`build/sbt \"network-common/test:testOnly\"`\n`build/sbt \"network-common/test:testOnly org.apache.spark.network.crypto.AuthIntegrationSuite\"`\n`build/sbt \"network-common/test:testOnly org.apache.spark.network.crypto.AuthEngineSuite\"`\n\nNope.","shortMessageHtmlLink":"[SPARK-47172][CORE][3.4] Add support for AES-GCM for RPC encryption"}},{"before":null,"after":"eeaab634377dc3e5a18d0034c5d6d1cf7a1b20f2","ref":"refs/heads/SPARK-47172-3.5","pushedAt":"2024-06-21T17:34:17.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"sweisdb","name":null,"path":"/sweisdb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/60895808?s=80&v=4"},"commit":{"message":"[SPARK-47172][CORE][3.5] Add support for AES-GCM for RPC encryption\n\nThis change adds AES-GCM as an optional AES cipher mode for RPC encryption. The current default is using AES-CTR without any authentication. That would allow someone on the network to easily modify RPC contents on the wire and impact Spark behavior. See [SPARK-47172](https://issues.apache.org/jira/browse/SPARK-47172) for more details.\n\nThe current default is using AES-CTR without any authentication. That would allow someone on the network to easily modify RPC contents on the wire and impact Spark behavior.\n\nYes, it adds an additional configuration flag is reflected in the documentation.\n\nExisting unit tests are all ensured to pass. New unit tests are written to explicitly test GCM support and to verify that modifying ciphertext content will cause an exception and fail.\n\n`build/sbt \"network-common/test:testOnly\"`\n`build/sbt \"network-common/test:testOnly org.apache.spark.network.crypto.AuthIntegrationSuite\"`\n`build/sbt \"network-common/test:testOnly org.apache.spark.network.crypto.AuthEngineSuite\"`\n\nNope.\n\nCloses #46515 from sweisdb/SPARK-47172.\n\nAuthored-by: Steve Weis \nSigned-off-by: Yi Wu ","shortMessageHtmlLink":"[SPARK-47172][CORE][3.5] Add support for AES-GCM for RPC encryption"}},{"before":"3d9d1f3dc05a2825bf315c68fc4e4232354dbd00","after":"0bc38acc615ad411a97779c6a1ff43d4391c0c3d","ref":"refs/heads/master","pushedAt":"2024-06-21T17:17:58.000Z","pushType":"push","commitsCount":473,"pusher":{"login":"sweisdb","name":null,"path":"/sweisdb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/60895808?s=80&v=4"},"commit":{"message":"[SPARK-48675][SQL] Fix cache table with collated column\n\n### What changes were proposed in this pull request?\n\nFollowing sequence of queries produces the error:\n```\n> cache lazy table t as select col from values ('a' collate utf8_lcase) as (col);\n> select col from t;\norg.apache.spark.SparkException: not support type: org.apache.spark.sql.types.StringType1.\n at org.apache.spark.sql.errors.QueryExecutionErrors$.notSupportTypeError(QueryExecutionErrors.scala:1069)\n at org.apache.spark.sql.execution.columnar.ColumnBuilder$.apply(ColumnBuilder.scala:200)\n at org.apache.spark.sql.execution.columnar.DefaultCachedBatchSerializer$$anon$1.$anonfun$next$1(InMemoryRelation.scala:85)\n at scala.collection.immutable.List.map(List.scala:247)\n at scala.collection.immutable.List.map(List.scala:79)\n at org.apache.spark.sql.execution.columnar.DefaultCachedBatchSerializer$$anon$1.next(InMemoryRelation.scala:84)\n at org.apache.spark.sql.execution.columnar.DefaultCachedBatchSerializer$$anon$1.next(InMemoryRelation.scala:82)\n at org.apache.spark.sql.execution.columnar.CachedRDDBuilder$$anon$2.next(InMemoryRelation.scala:296)\n at org.apache.spark.sql.execution.columnar.CachedRDDBuilder$$anon$2.next(InMemoryRelation.scala:293)\n...\n```\nThis is also the problem on non-lazy cached tables.\n\nIt turns out that the problem happens to occur during the execution of `InMemoryTableScanExec` where we need to update `ColumnAccessor`, `ColumnBuilder`, `ColumnType` and `ColumnStats`.\n\n### Why are the changes needed?\n\nTo fix the described error.\n\n### Does this PR introduce _any_ user-facing change?\n\nYes, the described sequence of queries should produce valid results after these changes are applied instead of throwing error.\n\n### How was this patch tested?\n\nAdded checks to columnar suites for the mentioned classes and integration test to `CollationSuite`.\n\n### Was this patch authored or co-authored using generative AI tooling?\n\nNo.\n\nCloses #47045 from nikolamand-db/SPARK-48675.\n\nAuthored-by: Nikola Mandic \nSigned-off-by: Wenchen Fan ","shortMessageHtmlLink":"[SPARK-48675][SQL] Fix cache table with collated column"}},{"before":"4ceeee3a3ea58674976d68afaa93e69cfb7694b5","after":"4df03673571700708d9d512d68327a9cf01644d0","ref":"refs/heads/SPARK-47172","pushedAt":"2024-06-11T04:06:15.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"sweisdb","name":null,"path":"/sweisdb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/60895808?s=80&v=4"},"commit":{"message":"[SPARK-47172] Addressing comments & Refactoring AuthEngine test suite into two classes","shortMessageHtmlLink":"[SPARK-47172] Addressing comments & Refactoring AuthEngine test suite…"}},{"before":"5bc503a8543c06291f569b2c9a70f8e9d61120b0","after":"4ceeee3a3ea58674976d68afaa93e69cfb7694b5","ref":"refs/heads/SPARK-47172","pushedAt":"2024-06-07T23:27:08.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"sweisdb","name":null,"path":"/sweisdb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/60895808?s=80&v=4"},"commit":{"message":"[SPARK-47172] Moving ByteBufferWriteableChannel to its own class","shortMessageHtmlLink":"[SPARK-47172] Moving ByteBufferWriteableChannel to its own class"}},{"before":"e9fd3ff53ed4c45aaeac5e6ab2f69be43192eabf","after":"5bc503a8543c06291f569b2c9a70f8e9d61120b0","ref":"refs/heads/SPARK-47172","pushedAt":"2024-06-07T23:22:55.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"sweisdb","name":null,"path":"/sweisdb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/60895808?s=80&v=4"},"commit":{"message":"[SPARK-47172] Addressing reviewer comments","shortMessageHtmlLink":"[SPARK-47172] Addressing reviewer comments"}},{"before":"730a0bb08a7505bc9710eaac6ee6ee6d2301b340","after":"e9fd3ff53ed4c45aaeac5e6ab2f69be43192eabf","ref":"refs/heads/SPARK-47172","pushedAt":"2024-06-07T23:18:39.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"sweisdb","name":null,"path":"/sweisdb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/60895808?s=80&v=4"},"commit":{"message":"[SPARK-47172] Addressing reviewer comments for decryption","shortMessageHtmlLink":"[SPARK-47172] Addressing reviewer comments for decryption"}},{"before":"81a3ca0e0f920bc9dfb25533ae68aca28455caed","after":"730a0bb08a7505bc9710eaac6ee6ee6d2301b340","ref":"refs/heads/SPARK-47172","pushedAt":"2024-06-07T22:21:22.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"sweisdb","name":null,"path":"/sweisdb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/60895808?s=80&v=4"},"commit":{"message":"[SPARK-47172] Addressing reviewer comments for encryption","shortMessageHtmlLink":"[SPARK-47172] Addressing reviewer comments for encryption"}},{"before":"38ac927f7ddbb564df3fa70ad56493f16639724f","after":"81a3ca0e0f920bc9dfb25533ae68aca28455caed","ref":"refs/heads/SPARK-47172","pushedAt":"2024-06-04T04:26:12.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"sweisdb","name":null,"path":"/sweisdb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/60895808?s=80&v=4"},"commit":{"message":"[SPARK-47172] Addressing reviewer comments","shortMessageHtmlLink":"[SPARK-47172] Addressing reviewer comments"}},{"before":"5f8cd7f703984b15f165b01cca1fd3cfa7c088eb","after":"38ac927f7ddbb564df3fa70ad56493f16639724f","ref":"refs/heads/SPARK-47172","pushedAt":"2024-06-04T04:12:45.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"sweisdb","name":null,"path":"/sweisdb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/60895808?s=80&v=4"},"commit":{"message":"[SPARK-47172] Addressing reviewer comments","shortMessageHtmlLink":"[SPARK-47172] Addressing reviewer comments"}},{"before":"71cd10d7ae8735975928ea01fd0a793cac038122","after":"5f8cd7f703984b15f165b01cca1fd3cfa7c088eb","ref":"refs/heads/SPARK-47172","pushedAt":"2024-05-28T21:15:54.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"sweisdb","name":null,"path":"/sweisdb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/60895808?s=80&v=4"},"commit":{"message":"[SPARK-47172] Addressing reviewer comments","shortMessageHtmlLink":"[SPARK-47172] Addressing reviewer comments"}},{"before":"b9baf2277c4d17a37aa5ffe91ba36fa9fd58f834","after":"71cd10d7ae8735975928ea01fd0a793cac038122","ref":"refs/heads/SPARK-47172","pushedAt":"2024-05-21T17:01:15.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"sweisdb","name":null,"path":"/sweisdb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/60895808?s=80&v=4"},"commit":{"message":"Adding missing import","shortMessageHtmlLink":"Adding missing import"}},{"before":"0bfe01784de91f0ae6a8f8af5f53b84b87626f12","after":"b9baf2277c4d17a37aa5ffe91ba36fa9fd58f834","ref":"refs/heads/SPARK-47172","pushedAt":"2024-05-15T04:59:42.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"sweisdb","name":null,"path":"/sweisdb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/60895808?s=80&v=4"},"commit":{"message":"[SPARK-47172] Updating GcmTransportCipher to use buffered streaming","shortMessageHtmlLink":"[SPARK-47172] Updating GcmTransportCipher to use buffered streaming"}},{"before":"48ade7352f59533bc6b79090740160fc5c027177","after":"0bfe01784de91f0ae6a8f8af5f53b84b87626f12","ref":"refs/heads/SPARK-47172","pushedAt":"2024-05-09T20:28:00.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"sweisdb","name":null,"path":"/sweisdb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/60895808?s=80&v=4"},"commit":{"message":"[SPARK-47172] Add support for AES-GCM for RPC encryption","shortMessageHtmlLink":"[SPARK-47172] Add support for AES-GCM for RPC encryption"}},{"before":"e86c499b008ccc96b49f3fb9343ce67ff642c204","after":"3d9d1f3dc05a2825bf315c68fc4e4232354dbd00","ref":"refs/heads/master","pushedAt":"2024-05-07T21:19:15.000Z","pushType":"push","commitsCount":529,"pusher":{"login":"sweisdb","name":null,"path":"/sweisdb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/60895808?s=80&v=4"},"commit":{"message":"[SPARK-48134][CORE] Spark core (java side): Migrate `error/warn/info` with variables to structured logging framework\n\n### What changes were proposed in this pull request?\nThe pr aims to\n1.migrate `error/warn/info` in module `core` with variables to `structured logging framework` for java side.\n2.convert all dependencies on `org.slf4j.Logger & org.slf4j.LoggerFactory` to `org.apache.spark.internal.Logger & org.apache.spark.internal.LoggerFactory`, in order to completely `prohibit` importing `org.slf4j.Logger & org.slf4j.LoggerFactory` in java code later.\n\n### Why are the changes needed?\nTo enhance Apache Spark's logging system by implementing structured logging.\n\n### Does this PR introduce _any_ user-facing change?\nNo.\n\n### How was this patch tested?\n- Pass GA.\n\n### Was this patch authored or co-authored using generative AI tooling?\nNo.\n\nCloses #46390 from panbingkun/core_java_sl.\n\nAuthored-by: panbingkun \nSigned-off-by: Gengliang Wang ","shortMessageHtmlLink":"[SPARK-48134][CORE] Spark core (java side): Migrate error/warn/info…"}},{"before":"157f0f8689d0a21362d2f0209f7dcfa35128f8d5","after":"c248ad6d64dc1b5a3575f1fa3f5bb62414907302","ref":"refs/heads/SPARK-47318-v3.4.0","pushedAt":"2024-04-13T23:53:25.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"dongjoon-hyun","name":"Dongjoon Hyun","path":"/dongjoon-hyun","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9700541?s=80&v=4"},"commit":{"message":"Update `Since Version` to `3.4.3, 3.5.2`","shortMessageHtmlLink":"Update Since Version to 3.4.3, 3.5.2"}},{"before":"13e8a6383ddf29011265d0427b7b9bcb072aa5e8","after":"f4fb9698fa6f84a2d6c123b7ae216d2093847ab4","ref":"refs/heads/SPARK-47318-v3.5.0","pushedAt":"2024-04-13T23:49:16.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"dongjoon-hyun","name":"Dongjoon Hyun","path":"/dongjoon-hyun","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9700541?s=80&v=4"},"commit":{"message":"Update `Since` version to `3.4.3, 3.5.2`","shortMessageHtmlLink":"Update Since version to 3.4.3, 3.5.2"}},{"before":"71f450bc8552f9043918c65c0d7479f18c036f0c","after":"157f0f8689d0a21362d2f0209f7dcfa35128f8d5","ref":"refs/heads/SPARK-47318-v3.4.0","pushedAt":"2024-04-12T01:17:00.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"dongjoon-hyun","name":"Dongjoon Hyun","path":"/dongjoon-hyun","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9700541?s=80&v=4"},"commit":{"message":"Use 3.4.3","shortMessageHtmlLink":"Use 3.4.3"}},{"before":"6e77388983d8a26474439a9b8569a3a87549b926","after":"13e8a6383ddf29011265d0427b7b9bcb072aa5e8","ref":"refs/heads/SPARK-47318-v3.5.0","pushedAt":"2024-04-12T01:15:13.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"dongjoon-hyun","name":"Dongjoon Hyun","path":"/dongjoon-hyun","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9700541?s=80&v=4"},"commit":{"message":"Use 3.4.3","shortMessageHtmlLink":"Use 3.4.3"}},{"before":"406e1ba1fea5466da21ea1877f8b2b3083cdb1ea","after":"71f450bc8552f9043918c65c0d7479f18c036f0c","ref":"refs/heads/SPARK-47318-v3.4.0","pushedAt":"2024-04-11T22:19:22.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"sweisdb","name":null,"path":"/sweisdb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/60895808?s=80&v=4"},"commit":{"message":"Delete docs/security.md.orig","shortMessageHtmlLink":"Delete docs/security.md.orig"}},{"before":"7e321477ab65350f1d92f935c040fb644ff95a6a","after":"406e1ba1fea5466da21ea1877f8b2b3083cdb1ea","ref":"refs/heads/SPARK-47318-v3.4.0","pushedAt":"2024-04-11T22:18:27.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"sweisdb","name":null,"path":"/sweisdb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/60895808?s=80&v=4"},"commit":{"message":"Delete backport.patch\n\nDeleting patch file that was committed by accident.","shortMessageHtmlLink":"Delete backport.patch"}},{"before":null,"after":"7e321477ab65350f1d92f935c040fb644ff95a6a","ref":"refs/heads/SPARK-47318-v3.4.0","pushedAt":"2024-04-11T18:20:50.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"sweisdb","name":null,"path":"/sweisdb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/60895808?s=80&v=4"},"commit":{"message":"[SPARK-47318] Backporting SPARK-47318 fix to v3.4.0","shortMessageHtmlLink":"[SPARK-47318] Backporting SPARK-47318 fix to v3.4.0"}},{"before":"aa3d1e765d5927c7ff45a34fb04be4fa9df98bf0","after":"6e77388983d8a26474439a9b8569a3a87549b926","ref":"refs/heads/SPARK-47318-v3.5.0","pushedAt":"2024-04-11T18:19:46.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"sweisdb","name":null,"path":"/sweisdb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/60895808?s=80&v=4"},"commit":{"message":"[SPARK-47318] Backporting SPARK-47318 fix to v3.5.0","shortMessageHtmlLink":"[SPARK-47318] Backporting SPARK-47318 fix to v3.5.0"}},{"before":null,"after":"aa3d1e765d5927c7ff45a34fb04be4fa9df98bf0","ref":"refs/heads/SPARK-47318-v3.5.0","pushedAt":"2024-04-11T18:11:41.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"sweisdb","name":null,"path":"/sweisdb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/60895808?s=80&v=4"},"commit":{"message":"[SPARK-47318] Backporting SPARK-47318 fix to v3.5.0","shortMessageHtmlLink":"[SPARK-47318] Backporting SPARK-47318 fix to v3.5.0"}},{"before":"6e0b890868e5ad8aff5f1fbc3d85b479ddad39a0","after":"21f8f2d5b1080e0e81d754d6b242272ba0102c38","ref":"refs/heads/SPARK-47318","pushedAt":"2024-04-09T22:56:58.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"sweisdb","name":null,"path":"/sweisdb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/60895808?s=80&v=4"},"commit":{"message":"[SPARK-47318] Fixing lint issues","shortMessageHtmlLink":"[SPARK-47318] Fixing lint issues"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEbiueEAA","startCursor":null,"endCursor":null}},"title":"Activity · sweisdb/spark"}