{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":794552232,"defaultBranch":"main","name":"datafusion","ownerLogin":"timsaucer","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2024-05-01T12:52:27.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/24943992?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1726054398.0","currentOid":""},"activityList":{"items":[{"before":"3cf08eaa8af7843d23bcbfdb52f8bd98aa868309","after":"62e7e6a4181bb207f6f968fcd7d525ac438a4d5d","ref":"refs/heads/tsaucer/with_column_window_fix","pushedAt":"2024-09-11T16:38:19.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"timsaucer","name":"Tim Saucer","path":"/timsaucer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24943992?s=80&v=4"},"commit":{"message":"Cargo fmt","shortMessageHtmlLink":"Cargo fmt"}},{"before":"910985d00e9142859c755d40ffb146100a3ebea0","after":"3cf08eaa8af7843d23bcbfdb52f8bd98aa868309","ref":"refs/heads/tsaucer/with_column_window_fix","pushedAt":"2024-09-11T15:54:16.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"timsaucer","name":"Tim Saucer","path":"/timsaucer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24943992?s=80&v=4"},"commit":{"message":"Update test documentation","shortMessageHtmlLink":"Update test documentation"}},{"before":"ffbda4c11684f095a2b6387dd62f2da4ed21fd31","after":"910985d00e9142859c755d40ffb146100a3ebea0","ref":"refs/heads/tsaucer/with_column_window_fix","pushedAt":"2024-09-11T13:47:12.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"timsaucer","name":"Tim Saucer","path":"/timsaucer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24943992?s=80&v=4"},"commit":{"message":"cargo fmt","shortMessageHtmlLink":"cargo fmt"}},{"before":null,"after":"ffbda4c11684f095a2b6387dd62f2da4ed21fd31","ref":"refs/heads/tsaucer/with_column_window_fix","pushedAt":"2024-09-11T11:33:18.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"timsaucer","name":"Tim Saucer","path":"/timsaucer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24943992?s=80&v=4"},"commit":{"message":"Check for window functions already in schema by str match instead of if any are lacking a qualifier","shortMessageHtmlLink":"Check for window functions already in schema by str match instead of …"}},{"before":"f5c47fa274d53c1d524a1fb788d9a063bf5240ef","after":"3ece7a736193a87941a00eb35f3001df282fd075","ref":"refs/heads/main","pushedAt":"2024-09-11T01:00:09.000Z","pushType":"push","commitsCount":23,"pusher":{"login":"timsaucer","name":"Tim Saucer","path":"/timsaucer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24943992?s=80&v=4"},"commit":{"message":"Fix parquet statistics for ListingTable and Utf8View with `schema_force_string_view`, rename config option to `schema_force_view_types` (#12232)\n\n* chore: move schema_force_string_view upwards to be listed with other reading props\r\n\r\n* refactor(12123): have file schema be merged on view types with table schema\r\n\r\n* test(12123): test for with, and without schema_force_string_view\r\n\r\n* test(12123): demonstrate current upstream failure when reading page stats\r\n\r\n* chore(12123): update config.md\r\n\r\n* chore: cleanup\r\n\r\n* chore(12123): temporarily remove test until next arrow release\r\n\r\n* chore(12123): rename all variables to force_view_types\r\n\r\n* refactor(12123): make interface ParquetFormat::with_force_view_types public\r\n\r\n* chore(12123): rename helper method which coerces the schema (not merging fields)\r\n\r\n* chore(12123): add dosc to ParquetFormat to clarify exactly how the view types are used\r\n\r\n* test(12123): cleanup tests to be more explicit with ForceViews enum\r\n\r\n* test(12123): update tests to pass now that latest arrow-rs release is in\r\n\r\n* fix: use proper naming on benchmark","shortMessageHtmlLink":"Fix parquet statistics for ListingTable and Utf8View with `schema_for…"}},{"before":"e24a5dd5a508ba605686206c853c914a2d0cc095","after":"f5c47fa274d53c1d524a1fb788d9a063bf5240ef","ref":"refs/heads/main","pushedAt":"2024-09-08T19:20:11.000Z","pushType":"push","commitsCount":190,"pusher":{"login":"timsaucer","name":"Tim Saucer","path":"/timsaucer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24943992?s=80&v=4"},"commit":{"message":"Removed Arc wrapping for AggregateFunctionExpr (#12353)","shortMessageHtmlLink":"Removed Arc wrapping for AggregateFunctionExpr (apache#12353)"}},{"before":"b35186ac5a2c2f8ed1ee762b57eba05637239171","after":"2e1b5a7bc7cbb83f8202380cdd5c5c7b2d682c02","ref":"refs/heads/bugfix/order-on-window-aggregate-fns","pushedAt":"2024-08-15T16:44:35.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"timsaucer","name":"Tim Saucer","path":"/timsaucer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24943992?s=80&v=4"},"commit":{"message":"Resolve clippy warning","shortMessageHtmlLink":"Resolve clippy warning"}},{"before":"bcf6f5a42e8e285f257edaa123b7803f34a1ae24","after":"b35186ac5a2c2f8ed1ee762b57eba05637239171","ref":"refs/heads/bugfix/order-on-window-aggregate-fns","pushedAt":"2024-08-15T12:18:05.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"timsaucer","name":"Tim Saucer","path":"/timsaucer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24943992?s=80&v=4"},"commit":{"message":"Add unit test for window functions using udaf with ordering","shortMessageHtmlLink":"Add unit test for window functions using udaf with ordering"}},{"before":"5eb0bea501d703b6a51729266985ee7934457bad","after":"bcf6f5a42e8e285f257edaa123b7803f34a1ae24","ref":"refs/heads/bugfix/order-on-window-aggregate-fns","pushedAt":"2024-08-15T10:13:05.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"timsaucer","name":"Tim Saucer","path":"/timsaucer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24943992?s=80&v=4"},"commit":{"message":"Remove order_by on aggregate window functions since that operation is handled by the window function","shortMessageHtmlLink":"Remove order_by on aggregate window functions since that operation is…"}},{"before":"786f353ca1859d980f2e79a9c13bd1dc1a850111","after":"e24a5dd5a508ba605686206c853c914a2d0cc095","ref":"refs/heads/main","pushedAt":"2024-08-15T10:01:22.000Z","pushType":"push","commitsCount":52,"pusher":{"login":"timsaucer","name":"Tim Saucer","path":"/timsaucer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24943992?s=80&v=4"},"commit":{"message":"Improve function documentation (#11996)","shortMessageHtmlLink":"Improve function documentation (apache#11996)"}},{"before":null,"after":"5eb0bea501d703b6a51729266985ee7934457bad","ref":"refs/heads/bugfix/order-on-window-aggregate-fns","pushedAt":"2024-08-15T09:33:37.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"timsaucer","name":"Tim Saucer","path":"/timsaucer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24943992?s=80&v=4"},"commit":{"message":"Remove physical sort parameters on aggregate window functions","shortMessageHtmlLink":"Remove physical sort parameters on aggregate window functions"}},{"before":"7d078d8c11155fd098595126b1ed60cad9afce5a","after":"786f353ca1859d980f2e79a9c13bd1dc1a850111","ref":"refs/heads/main","pushedAt":"2024-08-08T18:55:05.000Z","pushType":"push","commitsCount":136,"pusher":{"login":"timsaucer","name":"Tim Saucer","path":"/timsaucer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24943992?s=80&v=4"},"commit":{"message":"chore: Prepare 41.0.0-rc1 (#11889)\n\n* Prepare 41.0.0-rc1\r\n\r\n* changelog\r\n\r\n* changelog\r\n\r\n* regenerate example parquet file","shortMessageHtmlLink":"chore: Prepare 41.0.0-rc1 (apache#11889)"}},{"before":"77726ebd0be9c64f2e1d5e188d46d435f7c9c163","after":null,"ref":"refs/heads/feature/expr-function-extension","pushedAt":"2024-08-07T13:02:21.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"timsaucer","name":"Tim Saucer","path":"/timsaucer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24943992?s=80&v=4"}},{"before":"9bfd1dd0cb0a25ffb8159c541bdcc79923676f0c","after":"77726ebd0be9c64f2e1d5e188d46d435f7c9c163","ref":"refs/heads/feature/expr-function-extension","pushedAt":"2024-07-24T19:46:26.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"alamb","name":"Andrew Lamb","path":"/alamb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/490673?s=80&v=4"},"commit":{"message":"fix anothr doc example","shortMessageHtmlLink":"fix anothr doc example"}},{"before":"4884c8aa13c4f48a3cbcc7b0d3c24dfd9f5e36dd","after":"9bfd1dd0cb0a25ffb8159c541bdcc79923676f0c","ref":"refs/heads/feature/expr-function-extension","pushedAt":"2024-07-24T19:42:03.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"alamb","name":"Andrew Lamb","path":"/alamb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/490673?s=80&v=4"},"commit":{"message":"fix integration test","shortMessageHtmlLink":"fix integration test"}},{"before":"d6898725463dc5006a2503e0460ce31d0f82efaa","after":"4884c8aa13c4f48a3cbcc7b0d3c24dfd9f5e36dd","ref":"refs/heads/feature/expr-function-extension","pushedAt":"2024-07-24T19:14:37.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"alamb","name":"Andrew Lamb","path":"/alamb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/490673?s=80&v=4"},"commit":{"message":"fix up links","shortMessageHtmlLink":"fix up links"}},{"before":"75e364a22c9c4a754f490fc47f609bd5d806c3b5","after":"d6898725463dc5006a2503e0460ce31d0f82efaa","ref":"refs/heads/feature/expr-function-extension","pushedAt":"2024-07-24T19:09:58.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"alamb","name":"Andrew Lamb","path":"/alamb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/490673?s=80&v=4"},"commit":{"message":"more doc tweaks","shortMessageHtmlLink":"more doc tweaks"}},{"before":"039f427f069e66fcf5691bb52df5069b2aeff3d1","after":"75e364a22c9c4a754f490fc47f609bd5d806c3b5","ref":"refs/heads/feature/expr-function-extension","pushedAt":"2024-07-24T18:54:26.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"alamb","name":"Andrew Lamb","path":"/alamb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/490673?s=80&v=4"},"commit":{"message":"fmt","shortMessageHtmlLink":"fmt"}},{"before":"acfcece2d8cd31bbfd3db6e50d772d2ea068ef27","after":"039f427f069e66fcf5691bb52df5069b2aeff3d1","ref":"refs/heads/feature/expr-function-extension","pushedAt":"2024-07-24T18:54:06.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"alamb","name":"Andrew Lamb","path":"/alamb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/490673?s=80&v=4"},"commit":{"message":"fix doc example","shortMessageHtmlLink":"fix doc example"}},{"before":"532f2626ee3c250f808729b312986937c58ef6e9","after":"acfcece2d8cd31bbfd3db6e50d772d2ea068ef27","ref":"refs/heads/feature/expr-function-extension","pushedAt":"2024-07-24T18:48:33.000Z","pushType":"push","commitsCount":25,"pusher":{"login":"alamb","name":"Andrew Lamb","path":"/alamb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/490673?s=80&v=4"},"commit":{"message":"Fix up clippy","shortMessageHtmlLink":"Fix up clippy"}},{"before":"180e9d3b6de35e6977272aac44472fcd822c82de","after":"532f2626ee3c250f808729b312986937c58ef6e9","ref":"refs/heads/feature/expr-function-extension","pushedAt":"2024-07-24T12:20:51.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"timsaucer","name":"Tim Saucer","path":"/timsaucer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24943992?s=80&v=4"},"commit":{"message":"Apply cargo fmt","shortMessageHtmlLink":"Apply cargo fmt"}},{"before":"1818efd77b3c438daec4f5deaeb8294db2a0e21f","after":"180e9d3b6de35e6977272aac44472fcd822c82de","ref":"refs/heads/feature/expr-function-extension","pushedAt":"2024-07-24T11:57:06.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"timsaucer","name":"Tim Saucer","path":"/timsaucer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24943992?s=80&v=4"},"commit":{"message":"Apply cargo fmt","shortMessageHtmlLink":"Apply cargo fmt"}},{"before":"404f394255c49d8db63418dc1bcd119cc4b2eef1","after":"1818efd77b3c438daec4f5deaeb8294db2a0e21f","ref":"refs/heads/feature/expr-function-extension","pushedAt":"2024-07-24T11:56:09.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"timsaucer","name":"Tim Saucer","path":"/timsaucer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24943992?s=80&v=4"},"commit":{"message":"Update to use WindowFunction::new to set additional parameters for order_by using ExprFunctionExt","shortMessageHtmlLink":"Update to use WindowFunction::new to set additional parameters for or…"}},{"before":"2d9d3108aa34f9201d1b509903bf3b2a146dd4af","after":"404f394255c49d8db63418dc1bcd119cc4b2eef1","ref":"refs/heads/feature/expr-function-extension","pushedAt":"2024-07-24T11:26:27.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"timsaucer","name":"Tim Saucer","path":"/timsaucer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24943992?s=80&v=4"},"commit":{"message":"Remove first_value and last_value since these are already implemented in the aggregate functions","shortMessageHtmlLink":"Remove first_value and last_value since these are already implemented…"}},{"before":"0449c8119e444f0385475e256ed79d2644f28148","after":"2d9d3108aa34f9201d1b509903bf3b2a146dd4af","ref":"refs/heads/feature/expr-function-extension","pushedAt":"2024-07-23T13:14:24.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"timsaucer","name":"Tim Saucer","path":"/timsaucer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24943992?s=80&v=4"},"commit":{"message":"Add license info","shortMessageHtmlLink":"Add license info"}},{"before":"26f987f0b01501c99ffafce952e1b57ac9bedec6","after":"0449c8119e444f0385475e256ed79d2644f28148","ref":"refs/heads/feature/expr-function-extension","pushedAt":"2024-07-23T13:13:15.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"timsaucer","name":"Tim Saucer","path":"/timsaucer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24943992?s=80&v=4"},"commit":{"message":"Update documentation to show window function example","shortMessageHtmlLink":"Update documentation to show window function example"}},{"before":"e9234e9f8d1d6420b9ee5cb19f173eddd4db8786","after":null,"ref":"refs/heads/feature/alternate-function-extension","pushedAt":"2024-07-22T19:25:37.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"timsaucer","name":"Tim Saucer","path":"/timsaucer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24943992?s=80&v=4"}},{"before":"b0925c801e1c07bd78c78b045ab58fbd0630b638","after":"7d078d8c11155fd098595126b1ed60cad9afce5a","ref":"refs/heads/main","pushedAt":"2024-07-22T19:25:16.000Z","pushType":"push","commitsCount":41,"pusher":{"login":"timsaucer","name":"Tim Saucer","path":"/timsaucer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24943992?s=80&v=4"},"commit":{"message":"Fix SortMergeJoin antijoin flaky condition (#11604)","shortMessageHtmlLink":"Fix SortMergeJoin antijoin flaky condition (apache#11604)"}},{"before":null,"after":"e9234e9f8d1d6420b9ee5cb19f173eddd4db8786","ref":"refs/heads/feature/alternate-function-extension","pushedAt":"2024-07-21T13:35:24.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"timsaucer","name":"Tim Saucer","path":"/timsaucer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24943992?s=80&v=4"},"commit":{"message":"Removing builder structure on extension for expr functions and returning Expr instead","shortMessageHtmlLink":"Removing builder structure on extension for expr functions and return…"}},{"before":"2ad0fe25e0c7d1c3656c7f8be36c2bf3da4bdfaa","after":"26f987f0b01501c99ffafce952e1b57ac9bedec6","ref":"refs/heads/feature/expr-function-extension","pushedAt":"2024-07-19T12:55:36.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"timsaucer","name":"Tim Saucer","path":"/timsaucer","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24943992?s=80&v=4"},"commit":{"message":"Apply cargo fmt","shortMessageHtmlLink":"Apply cargo fmt"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0xMVQxNjozODoxOS4wMDAwMDBazwAAAASzcfem","startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0xMVQxNjozODoxOS4wMDAwMDBazwAAAASzcfem","endCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wNy0xOVQxMjo1NTozNi4wMDAwMDBazwAAAASD6__9"}},"title":"Activity · timsaucer/datafusion"}