kisimple 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_r240500235
##########
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:
Thanks for the review. Have updated the PR to address your comments.
----------------------------------------------------------------
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