-
Notifications
You must be signed in to change notification settings - Fork 1
Display non-existing nested columns in error message #425
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
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #425 +/- ##
==========================================
+ Coverage 97.27% 97.36% +0.08%
==========================================
Files 19 19
Lines 2094 2126 +32
==========================================
+ Hits 2037 2070 +33
+ Misses 57 56 -1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Click here to view all benchmarks. |
dougbrn
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
@camposandro @dougbrn that's good with me, let's solve #390 separately in the future (maybe just on the read_parquet end) |
When selecting columns for a
NestedFrame, ensure that the error message only lists non-existent nested columns specified by the user. Previously, all specified nested columns would appear. Closes astronomy-commons/lsdb#1017.