-
Notifications
You must be signed in to change notification settings - Fork 50
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
FIX-1918 Count number of rows in all curves #2075
FIX-1918 Count number of rows in all curves #2075
Conversation
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.
Overall it looks very good! Just added a few small suggestions for improvement.
Src/WitsmlExplorer.Frontend/components/ContextMenus/LogObjectContextMenu.tsx
Outdated
Show resolved
Hide resolved
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.
Tested some edge cases. It fails if you run the job on a log that has mnemonics, but none of the mnemonics have any values.
It seems that the issue occurred when setting the StartIndex and EndIndex in the LogDataReader, where there were null indexes (StartIndex, EndIndex or StartDateTimeIndex, EndDateTimeIndex) for a specific log. |
…mber-of-rows-all-curves
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.
- Read issue and PR
- Pulled branch and manually tested
- Verify that PR resolves issue
- Reviewed the code
Fixes
This pull request fixes #1918
Description
Type of change
Impacted Areas in Application
Checklist:
Communication
Code quality
Test coverage
Further comments