igalshilman commented on a change in pull request #7658: [FLINK-10493][core]
Migrating the TupleSerializerBase serializers family
URL: https://github.com/apache/flink/pull/7658#discussion_r254721699
##########
File path: flink-scala/src/main/scala/org/apache/flink/api/scala/package.scala
##########
@@ -18,70 +18,82 @@
package org.apache.flink.api
+import org.apache.flink.annotation.Internal
import org.apache.flink.api.common.ExecutionConfig
import org.apache.flink.api.common.typeinfo.TypeInformation
-import org.apache.flink.api.common.typeutils.TypeSerializer
+import
org.apache.flink.api.common.typeutils.TypeSerializerConfigSnapshot.SelfResolvingTypeSerializer
+import org.apache.flink.api.common.typeutils._
import org.apache.flink.api.java.typeutils.ResultTypeQueryable
+import
org.apache.flink.api.java.typeutils.runtime.TupleSerializerConfigSnapshot
import org.apache.flink.api.java.{DataSet => JavaDataSet}
-import org.apache.flink.api.scala.typeutils.{CaseClassSerializer,
CaseClassTypeInfo, ScalaNothingTypeInfo, TypeUtils}
+import org.apache.flink.api.scala.typeutils._
import _root_.scala.reflect.ClassTag
import language.experimental.macros
/**
- * The Flink Scala API. [[org.apache.flink.api.scala.ExecutionEnvironment]] is
the starting-point
- * of any Flink program. It can be used to read from local files, HDFS, or
other sources.
- * [[org.apache.flink.api.scala.DataSet]] is the main abstraction of data in
Flink. It provides
- * operations that create new DataSets via transformations.
- * [[org.apache.flink.api.scala.GroupedDataSet]] provides operations on
grouped data that results
- * from [[org.apache.flink.api.scala.DataSet.groupBy()]].
- *
- * Use
[[org.apache.flink.api.scala.ExecutionEnvironment.getExecutionEnvironment]] to
obtain
- * an execution environment. This will either create a local environment or a
remote environment,
- * depending on the context where your program is executing.
- */
+ * The Flink Scala API. [[org.apache.flink.api.scala.ExecutionEnvironment]]
is the starting-point
Review comment:
Yes, you are right, fixing.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services