-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Update .travis.yml #27
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
Conversation
|
Unfortunately, this is not as easy. See Travis results here. Error: |
|
The Flink Runner needs the |
|
R: @dhalperi I've suppressed all [INFO] logs for the time being. The right fix is likely to decrease the log level of some of Flink logs from [INFO] to [DEBUG], but let's try to avoid that for now. Let's see will this pass. |
|
The https://travis-ci.org/davorbonaci/beam/jobs/114395010 |
Revert "mvn verify" back to "mvn install" since it breaks the following script. When we are at it, update the script to be less sensitive whether artifacts are installed. This doesn't fully fix the Travis coverage, since there's still too much logging generated in the 'verify' phase.
|
@dhalperi, ready for another look. It fixes the interaction with the following script, but doesn't address the logging output in the 'verify' phase. Will file a JIRA issue for that. |
|
JIRA for followup: https://issues.apache.org/jira/browse/BEAM-98 |
|
LGTM |
|
We need So another followup :) https://issues.apache.org/jira/browse/BEAM-99 edit: This is actually not true. |
… of StreamOperator
… of StreamOperator
…program. (apache#27) Upstream PR: apache#9872
Old values and new values of a mod can be any primitive type, not only null or string. This fix allows for that.
…t-safe feat: make ElemType object-safe
Revert "mvn verify" back to "mvn install" since it breaks the followup script.