Uh oh!
There was an error while loading. Please reload this page.
SPARK-7137 [ML] : Update SchemaUtils checkInputColumn to print more info if needed - #5992
SPARK-7137 [ML] : Update SchemaUtils checkInputColumn to print more info if needed#5992rekhajoshm wants to merge 5 commits into
Conversation
Pulling functionality from apache spark
mengxr
commented
May 11, 2015
@rekhajoshm This was moved to |
rekhajoshm
commented
Jun 24, 2015
hi @mengxr hmm., moving getParam out of Params or to modify its visibility for ${getParam(colName)? Please can you also check with @josephbradley of SPARK-7137 on the PR requirement? |
jkbradley
commented
Jun 30, 2015
@mengxr My motivation for creating SPARK-7137 was to print more help info when schema checks fail. Currently, we say something like: It would be nice to print more info, particularly which PipelineStage caused the problem and which parameter that column is specified by: |
jkbradley
commented
Jul 1, 2015
After discussing with @mengxr it sounds like the best thing to do will be to add an extra argument to checkInputColumn Also, let's not yet modify the uses of checkInputColumn. The reason is that I want to create abstractions for input/output columns, and then those abstractions can handle the schema check internally. I'll create JIRAs for that, to be done after this PR. Thanks! |
rekhajoshm
commented
Jul 1, 2015
thanks @jkbradley@mengxr for discussion and quick inputs.done.please review.thanks. |
There was a problem hiding this comment.
style: Please make sure you follow the style guide linked from [https://cwiki.apache.org/confluence/display/SPARK/Contributing+to+Spark]
If this fits on 1 line (<= 100 chars), then it should. If not, then there should be 1 param per line.
rekhajoshm
commented
Jul 2, 2015
thanks @jkbradley for your review.done.please have a look.thanks. |
mengxr
commented
Jul 2, 2015
ok to test |
SparkQA
commented
Jul 2, 2015
Test build #36414 has finished for PR 5992 at commit
|
There was a problem hiding this comment.
Please follow the Spark code style guide and use 4-space indentation for arguments: https://cwiki.apache.org/confluence/display/SPARK/Spark+Code+Style+Guide
rekhajoshm
commented
Jul 3, 2015
thanks @mengxr for your comment.done.please have a look.Also raised SPARK-8806, please check if that makes sense?thanks |
SparkQA
commented
Jul 3, 2015
Test build #36453 has finished for PR 5992 at commit
|
jkbradley
commented
Jul 5, 2015
LGTM merging with master |
rekhajoshm
commented
Jul 5, 2015
thanks @jkbradley@mengxr for the reviews and merge. |
No description provided.