Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upExtract popular images - Data Frame implementation #382
Conversation
This comment has been minimized.
This comment has been minimized.
Scala doesn't support function overloading with default arguments. For the RDD implementation, minWidth and minHeight arguments were optional. For the current data frame implementation, they are necessary. If it is required to be kept as optional, I can
|
This comment has been minimized.
This comment has been minimized.
codecov
bot
commented
Nov 20, 2019
Codecov Report
@@ Coverage Diff @@
## master #382 +/- ##
==========================================
- Coverage 76.23% 75.69% -0.54%
==========================================
Files 40 40
Lines 1422 1432 +10
Branches 268 268
==========================================
Hits 1084 1084
- Misses 221 231 +10
Partials 117 117 |
This comment has been minimized.
This comment has been minimized.
A new method, @SinghGursimran tests? |
This comment has been minimized.
This comment has been minimized.
That makes sense to me too! |
This comment has been minimized.
This comment has been minimized.
Let's use a different convention for "end-to-end" functionalities. One option would be to have all UDFs be verb phrases, e.g., |
This comment has been minimized.
This comment has been minimized.
@lintool so, should we have @SinghGursimran change the existing |
This comment has been minimized.
This comment has been minimized.
Yes, if you like my suggestion of nouns vs. verbs. I.e., UDFs are verbs, "do this". |
This comment has been minimized.
This comment has been minimized.
Cool. That make sense @SinghGursimran? |
This comment has been minimized.
This comment has been minimized.
@ruebot |
SinghGursimran commentedNov 20, 2019
Extract popular images - Data Frame implementation
#380
For Testing: