tzulitai commented on a change in pull request #7267: [FLINK-11083][Table&SQL] 
CRowSerializerConfigSnapshot is not instantiable
URL: https://github.com/apache/flink/pull/7267#discussion_r240489572
 
 

 ##########
 File path: 
flink-libraries/flink-table/src/test/scala/org/apache/flink/table/runtime/types/CRowSerializerTest.scala
 ##########
 @@ -29,6 +41,72 @@ class CRowSerializerTest extends TestLogger {
   @Test
   def testDefaultConstructor(): Unit = {
     new CRowSerializer.CRowSerializerConfigSnapshot()
+
+    val serializerConfigSnapshotClass = Class.forName(
+      
"org.apache.flink.table.runtime.types.CRowSerializer$CRowSerializerConfigSnapshot")
 
 Review comment:
   Can you use `classOf[...]` here?

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to