Fix #7354, Implementing NSE in cube#7603
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #7603 +/- ##
=======================================
Coverage 98.85% 98.85%
=======================================
Files 87 87
Lines 17128 17192 +64
=======================================
+ Hits 16932 16996 +64
Misses 196 196 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
|
I've added new tests for code coverage, and tried to undo the unnecessary changes that occurred when I had replaced the full function while integrating |
|
Hello! Bumping on this, let me know if any changes are to be made to the PR, I'd be happy to adjust :) @jangorecki |
|
sorry for the delays, I was swamped with assignments but I'll push changes within this week. Also since I made a new branch, it seems as if some of my changes (the use of the helper function in [.data.table) weren't transferred properly. I'll fix that and have the changes ready for review within this week. I apologize for the inconvenience caused. |
Request has been addressed, although I cannot now re-review to approve, therefore dismissing previous request for change
|
@jangorecki |
| if (sub.result %iscall% "patterns") { | ||
| .SDcols = eval_with_cols(sub.result, names_x) | ||
| } else { | ||
| .SDcols = eval(sub.result, enclos) |
There was a problem hiding this comment.
Why dont we need eval(sub.result, enclos, enclos) as in the .SD branch from [?
|
To be quite frank, I would be strongly in favor of modularizing the code moloch we currently have in the |
|
Hi @ben-schwen, thank you for the review. I've noted both points and will try to address them as soon as possible. I'm currently tied up with some work on my end but will get back to this asap. That said, if this is blocking anything, do let me know and I'll prioritise accordingly. thank you for the patience! |
Pertains to issue #7354.
Changes implemented:
This PR continues work from Implementing NSE in cube #7540 and and Implementing NSE in cube #7543.