Skip to content

feat: ArrowDataFrame.explode #8894

feat: ArrowDataFrame.explode

feat: ArrowDataFrame.explode #8894

Triggered via pull request December 22, 2024 11:42
Status Success
Total duration 11s
Artifacts

release-drafter.yml

on: pull_request
update_release_draft
4s
update_release_draft
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
update_release_draft
Validation Failed: {"resource":"Release","code":"invalid","field":"target_commitish"} { name: 'HttpError', id: '12453927429', status: 422, response: { url: 'https://api.github.com/repos/narwhals-dev/narwhals/releases/191688968', status: 422, headers: { 'access-control-allow-origin': '*', 'access-control-expose-headers': 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset', connection: 'close', 'content-length': '210', 'content-security-policy': "default-src 'none'", 'content-type': 'application/json; charset=utf-8', date: 'Sun, 22 Dec 2024 11:42:49 GMT', 'referrer-policy': 'origin-when-cross-origin, strict-origin-when-cross-origin', server: 'github.com', 'strict-transport-security': 'max-age=31536000; includeSubdomains; preload', vary: 'Accept-Encoding, Accept, X-Requested-With', 'x-accepted-github-permissions': 'contents=write', 'x-content-type-options': 'nosniff', 'x-frame-options': 'deny', 'x-github-api-version-selected': '2022-11-28', 'x-github-media-type': 'github.v3; format=json', 'x-github-request-id': '281F:29642E:9B9825C:136973EB:6767FB38', 'x-ratelimit-limit': '5000', 'x-ratelimit-remaining': '4690', 'x-ratelimit-reset': '1734868623', 'x-ratelimit-resource': 'core', 'x-ratelimit-used': '310', 'x-xss-protection': '0' }, data: { message: 'Validation Failed', errors: [ { resource: 'Release', code: 'invalid', field: 'target_commitish' } ], documentation_url: 'https://docs.github.com/rest/releases/releases#update-a-release', status: '422' } }, request: { method: 'PATCH', url: 'https://api.github.com/repos/narwhals-dev/narwhals/releases/191688968', headers: { accept: 'application/vnd.github.v3+json', 'user-agent': 'probot/12.2.5 octokit-core.js/3.5.1 Node.js/20.18.0 (linux; x64)', authorization: 'token [REDACTED]', 'content-type': 'application/json; charset=utf-8' }, body: '{"body":"## Changes\\n\\n- docs: returns and arguments documentation for lazyframe class (#1630)\\n\\n## 🚀 Performance improvements\\n\\n- perf: avoid merge in pandas groupby (#1638)\\n\\n## ✨ Enhancements\\n\\n- feat: add `DataFrame` and `LazyFrame` `explode` method (#1542)\\n\\n## 🐞 Bug fixes\\n\\n- fix: Make compatible with latest cuDF release (#1640)\\n\\n## 📖 Documentation\\n\\n- docs: fix typing example (#1637)\\n- docs: Use relative paths (#1636)\\n- docs: Remove warnings when building docs (#1631)\\n- docs: null handling (#1624)\\n\\n## 🛠️ Other improvements\\n\\n- chore: Update pyproject.toml (#1642)\\n- chore: register kwargs for `CompliantExpr` (#1614)\\n- fix: exclude protocols in api completeness script (#1635)\\n- test: not-so-old-versions, pretty-old-versions, nightlies (#1626)\\n\\nThank you to all our contributors for making this release possible!\\n@AlessandroMiola, @DeaMariaLeon, @FBruzzesi, @MarcoGorelli, @marenwestermann and @marvinl803\\n","draft":true,"prerelease":false,"make_latest":"true","name":"Narwhals unreleased","tag_name":"untagged-687e32e724ca1018ab08","target_commitish":"refs/pull/1644/merge"}', request: {} }, event: { id: '12453927429', name: 'pull_request', payload: { action: 'edited', changes: { body: { from: '## What type of PR is this? (check all applicable)\r\n' + '\r\n' + '- [ ] 💾 Refactor\r\n' + '- [x] ✨ Feature\r\n' + '- [ ] 🐛 Bug Fix\r\n' + '- [ ] 🔧 Optimization\r\n' + '- [ ] 📝 Documentation\r\n' + '- [ ] ✅ Test\r\n' + '- [ ] 🐳 Other\r\n' + '\r\n' + '## Checklist\r\n' + '\r\n' + '- [x] Co
update_release_draft
HttpError: Validation Failed: {"resource":"Release","code":"invalid","field":"target_commitish"} at /home/runner/work/_actions/release-drafter/release-drafter/v6/dist/index.js:8462:21 at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async Job.doExecute (/home/runner/work/_actions/release-drafter/release-drafter/v6/dist/index.js:30793:18) { name: 'AggregateError', event: { id: '12453927429', name: 'pull_request', payload: { action: 'edited', changes: { body: { from: '## What type of PR is this? (check all applicable)\r\n' + '\r\n' + '- [ ] 💾 Refactor\r\n' + '- [x] ✨ Feature\r\n' + '- [ ] 🐛 Bug Fix\r\n' + '- [ ] 🔧 Optimization\r\n' + '- [ ] 📝 Documentation\r\n' + '- [ ] ✅ Test\r\n' + '- [ ] 🐳 Other\r\n' + '\r\n' + '## Checklist\r\n' + '\r\n' + '- [x] Code follows style guide (ruff)\r\n' + '- [x] Tests added\r\n' + '- [ ] Documented the changes\r\n' + '\r\n' + '## If you have comments or can explain your changes, please do so below\r\n' + '\r\n' + 'I will leave this as draft until we decide how to move forward.\r\n' + '\r\n' + 'To summarize the discussion(s) in #1542 :\r\n' + '\r\n' + '- pyarrow native methods ignore nulls and empty list in explode\r\n' + '- the workaround here is to have a "fast_path" for when nulls or empty lists are not present, and a dedicated path for when they are\r\n' + '- the issue is that we enter python world to create the index via one `.to_pylist()` call' } }, number: 1644, organization: { avatar_url: 'https://avatars.githubusercontent.com/u/169070048?v=4', description: 'Narwhals developers', events_url: 'https://api.github.com/orgs/narwhals-dev/events', hooks_url: 'https://api.github.com/orgs/narwhals-dev/hooks', id: 169070048, issues_url: 'https://api.github.com/orgs/narwhals-dev/issues', login: 'narwhals-dev', members_url: 'https://api.github.com/orgs/narwhals-dev/members{/member}', node_id: 'O_kgDOChPN4A', public_members_url: 'https://api.github.com/orgs/narwhals-dev/public_members{/member}', repos_url: 'https://api.github.com/orgs/narwhals-dev/repos', url: 'https://api.github.com/orgs/narwhals-dev' }, pull_request: { _links: { comments: { href: 'https://api.github.com/repos/narwhals-dev/narwhals/issues/1644/comments' }, commits: { href: 'https://api.github.com/repos/narwhals-dev/narwhals/pulls/1644/commits' }, html: { href: 'https://github.com/narwhals-dev/narwhals/pull/1644' }, issue: { href: 'https://api.github.com/repos/narwhals-dev/narwhals/issues/1644' }, review_comment: { href: 'https://api.github.com/repos/narwhals-dev/narwhals/pulls/comments{/number}' }, review_comments: { href: 'https://api.github.com/repos/narwhals-dev/narwhals/pulls/1644/comments' }, self: { href: 'https://api.github.com/repos/narwhals-dev/narwhals/pulls/1644' }, statuses: { href: 'https://api.github.com/repos/narwhals-dev/narwhals/statuses/8fc8c0acf63c2ab82089a6afd3daec29c91ad8c2' } }, active_lock_reason: null, additions: 87, assignee: null, assignees: [], author_association: 'MEMBER', auto_merge: null, base: { label: 'narwhals-dev:main', ref: 'main', repo: { allow_auto_merge: false, allow_forking: true, allow_merge_commit: false, allow_rebase_merge: false, allow_squash_merge: true,
update_release_draft
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636