Skip to content

Conversation

@EagleoutIce
Copy link
Member

No description provided.

@EagleoutIce EagleoutIce linked an issue Jan 5, 2026 that may be closed by this pull request
@EagleoutIce EagleoutIce requested a review from Copilot January 5, 2026 10:10
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds support for the tidypolars R package by registering its file I/O functions in flowR's dependency tracking system.

Key Changes

  • Added 8 read functions for the tidypolars package (pl_read_* and pl_scan_*)
  • Added 9 write functions for the tidypolars package (sink_, write_, and lazyframe__lazy_sink_csv)

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
src/queries/catalog/dependencies-query/function-info/write-functions.ts Added 9 tidypolars write operations including sink and write functions for IPC, CSV, NDJSON, and Parquet formats
src/queries/catalog/dependencies-query/function-info/read-functions.ts Added 8 tidypolars read operations including pl_read and pl_scan functions for IPC, CSV, NDJSON, and Parquet formats

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@EagleoutIce EagleoutIce changed the title feat(depquery): support tidypolars feat(depquery): support rpolars Jan 5, 2026
@EagleoutIce EagleoutIce merged commit 1747813 into main Jan 5, 2026
19 checks passed
@EagleoutIce EagleoutIce deleted the 2193-query-support-write-with-sink_csv branch January 5, 2026 10:23
@EagleoutIce
Copy link
Member Author

This pull request is included in v2.8.4 (see Release v2.8.4 (Extractor Instrumentation, Bugfixes, and Support for more Versions)).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Query] Support write with sink_csv

2 participants