Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Add calls for telemetry #107

Merged
merged 7 commits into from
Mar 7, 2024
Merged

chore: Add calls for telemetry #107

merged 7 commits into from
Mar 7, 2024

Conversation

krlmlr
Copy link
Member

@krlmlr krlmlr commented Mar 7, 2024

For #102.

@hadley @DavisVaughan: Proposing data for the telemetry. Have I missed anything?

@krlmlr krlmlr force-pushed the f-102-telemetry branch from 7ed7b95 to 385ae99 Compare March 7, 2024 18:17
@krlmlr krlmlr changed the title Add calls for telemetry chore: Add calls for telemetry Mar 7, 2024
@codecov-commenter
Copy link

codecov-commenter commented Mar 7, 2024

Codecov Report

Attention: Patch coverage is 92.64706% with 5 lines in your changes are missing coverage. Please review.

Project coverage is 9.27%. Comparing base (7ffde64) to head (2bd0b16).

❗ Current head 2bd0b16 differs from pull request most recent head 3c3b09c. Consider uploading reports for the commit 3c3b09c to get more accurate results

Files Patch % Lines
R/telemetry.R 87.80% 5 Missing ⚠️

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff            @@
##            main    #107      +/-   ##
========================================
+ Coverage   9.10%   9.27%   +0.17%     
========================================
  Files        127     128       +1     
  Lines      22401   22448      +47     
========================================
+ Hits        2040    2083      +43     
- Misses     20361   20365       +4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@krlmlr krlmlr force-pushed the f-102-telemetry branch from 385ae99 to 42cf7c5 Compare March 7, 2024 19:44
@krlmlr krlmlr force-pushed the f-102-telemetry branch from 42cf7c5 to 23c02ae Compare March 7, 2024 20:05
@krlmlr krlmlr force-pushed the f-102-telemetry branch from 23c02ae to 3c3b09c Compare March 7, 2024 20:06
@krlmlr krlmlr merged commit 43598b1 into main Mar 7, 2024
9 checks passed
@krlmlr krlmlr deleted the f-102-telemetry branch March 7, 2024 20:42
Comment on lines +32 to +40
! filter: {"message":"Error in filter","name":"filter","x":{"...1":"integer","...2":"integer"},"args":{"dots":{"1":"...1 > \"Don't know how to scrub numeric\""},"by":"...2","preserve":false}}

---

Code
tibble(a = 1:3, b = 4:6) %>% as_duckplyr_df() %>% filter(a > 1, .preserve = TRUE)
Condition
Error in `rel_try()`:
! filter: {"message":"Error in filter","name":"filter","x":{"...1":"integer","...2":"integer"},"args":{"dots":{"1":"...1 > \"Don't know how to scrub numeric\""},"by":"\"Don't know how to scrub NULL\"","preserve":true}}
Copy link
Member

Choose a reason for hiding this comment

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

Just checking, you want to see "dont know how to scrub numeric" in these cases?

Copy link
Member Author

Choose a reason for hiding this comment

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

Good question. I guess it's fine to use "<character>" for strings, and to pass through other types?

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 9, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants