You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Sachin Goel (JIRA)" <ji...@apache.org> on 2015/09/07 09:28:46 UTC

[jira] [Created] (FLINK-2627) Make Scala Data Set utils easier to access

Sachin Goel created FLINK-2627:
----------------------------------

             Summary: Make Scala Data Set utils easier to access
                 Key: FLINK-2627
                 URL: https://issues.apache.org/jira/browse/FLINK-2627
             Project: Flink
          Issue Type: Bug
            Reporter: Sachin Goel


Currently, to use the Scala Data Set utility functions, one needs to import 
{{import org.apache.flink.api.scala.DataSetUtils.utilsToDataSet}}

This is counter-intuitive, extra complicated and should be more in sync with how Java utils are imported. I propose a package object which can allow importing utils like
{{import org.apache.flink.api.scala.utils._}}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)