GitHub user toyboxman opened a pull request:

    https://github.com/apache/incubator-griffin/pull/337

    fix a bad practice, Empty interpolated string

    String declared as interpolated but has no parameters: 
scala.StringContext.apply("...").s()

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

    $ git pull https://github.com/toyboxman/incubator-griffin b3

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

    https://github.com/apache/incubator-griffin/pull/337.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 #337
    
----
commit 8f31beb77dfd5a9077eb40a8724a4ed11d379e36
Author: Eugene <toyboxman0001@...>
Date:   2018-07-05T02:23:09Z

    fix a bad practice, Empty interpolated string
    
    String declared as interpolated but has no parameters: 
scala.StringContext.apply("...").s()

----


---

Reply via email to