Uh oh!
There was an error while loading. Please reload this page.
SPARK-2482: Resolve sbt warnings during build - #1330
Conversation
AmplabJenkins
commented
Jul 8, 2014
Merged build triggered. |
AmplabJenkins
commented
Jul 8, 2014
Merged build started. |
vanzin
commented
Jul 8, 2014
LGTM if tests pass. |
srowen
commented
Jul 8, 2014
Were all of those imports being removed not required after all to avoid warnings? as long as that's the case (i.e. no build warnings) yes this is great IMHO. |
AmplabJenkins
commented
Jul 8, 2014
Merged build finished. All automated tests passed. |
AmplabJenkins
commented
Jul 8, 2014
All automated tests passed. |
pwendell
commented
Jul 15, 2014
Jenkins, retest this pleae. |
pwendell
commented
Jul 15, 2014
Jenkins, retest this please. |
SparkQA
commented
Jul 15, 2014
QA tests have started for PR 1330. This patch merges cleanly. |
pwendell
commented
Jul 15, 2014
Could you paste exactly which warnings you are eliminating? I don't see any warnings in our master jenkins build that seem relevant to these changes. |
witgo
commented
Jul 16, 2014
As a result of #772. The master has fixed this problem. But we should remove this line |
SparkQA
commented
Jul 16, 2014
QA tests have started for PR 1330. This patch merges cleanly. |
SparkQA
commented
Jul 16, 2014
QA results for PR 1330: |
SparkQA
commented
Aug 4, 2014
QA tests have started for PR 1330. This patch merges cleanly. |
SparkQA
commented
Aug 4, 2014
QA results for PR 1330: |
andrewor14
commented
Aug 25, 2014
test this please |
srowen
commented
Aug 25, 2014
This is a sort of duplicate of #1069@witgo this was opened a few times? From the discussion, I am not clear this should be committed. The preferred practice here seems to be to In fact the compiler flag |
witgo
commented
Aug 26, 2014
@andrewor14 , @srowen |
SparkQA
commented
Sep 3, 2014
QA tests have started for PR 1330 at commit
|
SparkQA
commented
Sep 3, 2014
QA tests have finished for PR 1330 at commit
|
jkbradley
commented
Sep 10, 2014
@witgo Hi, I was asked to take a look at this PR. I tested the current master vs. this PR merged with the master, and I actually found that this PR added postfix warnings for me. (No postfix warnings in the master, but several with this PR.) Could you please show the warnings you get, plus info on what might be causing those warnings on your system? Thanks! |
witgo
commented
Sep 11, 2014
The code has been updated. |
There was a problem hiding this comment.
@jkbradley I removed this parameter. The related discussion in #1069
SparkQA
commented
Sep 11, 2014
QA tests have started for PR 1330 at commit
|
SparkQA
commented
Sep 11, 2014
QA tests have finished for PR 1330 at commit
|
srowen
commented
Sep 11, 2014
The net-net change for all of these overlapping PRs should be: remove the compiler flag, and, add the import everywhere that the warning occurs. If there are warnings after this PR, they need to be squashed with more imports. |
witgo
commented
Sep 11, 2014
No postfix warnings in 179ba61 . |
jkbradley
commented
Sep 11, 2014
@witgo Sorry, I had not realized that this had not been updated since the discussions. Just tested it, and it worked for me. LGTM |
andrewor14
commented
Sep 12, 2014
Ok, I am merging this over the alternative PR #1323, which is now closed. Thanks to everyone who looked at this. |
At the same time, import the
scala.language.postfixOpsandorg.scalatest.time.SpanSugar._causescala.language.postfixOpsdoesn't work