GitHub user jkff opened a pull request:

    https://github.com/apache/incubator-beam/pull/1226

    Fixes a compile error in SourceRDD

    This seems to be compiler-dependent, but I replaced it with a code snippet 
used in the same file in another place, which compiles fine.
    
    Example previously failing log: 
https://s3.amazonaws.com/archive.travis-ci.org/jobs/171221509/log.txt
    
    2016-10-27T21:58:42.674 [ERROR] 
/home/travis/build/apache/incubator-beam/runners/spark/src/main/java/org/apache/beam/runners/spark/io/SourceRDD.java:[220]
 
        scala.collection.immutable.List.empty();
                                        ^^^^^
    The method empty() is ambiguous for the type List
    
    R: @kennknowles 

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/jkff/incubator-beam spark-rdd

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-beam/pull/1226.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1226
    
----
commit 1339ae178f195fdea04362754d05023a5183fbb8
Author: Eugene Kirpichov <[email protected]>
Date:   2016-10-28T22:21:00Z

    Fixes a compile error in SourceRDD

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to