danny0405 commented on code in PR #10426:
URL: https://github.com/apache/hudi/pull/10426#discussion_r1445532868


##########
hudi-flink-datasource/hudi-flink1.14.x/src/main/java/org/apache/hudi/adapter/Utils.java:
##########
@@ -57,4 +64,8 @@ public static BinaryExternalSorter getBinaryExternalSorter(
     return new BinaryExternalSorter(owner, memoryManager, reservedMemorySize,
         ioManager, inputSerializer, serializer, normalizedKeyComputer, 
comparator, conf);
   }
+
+  public static InternalSchema applyTableChange(InternalSchema oldSchema, List 
changes, Function<LogicalType, Type> convertFunc) {
+    throw new RuntimeException("There is no possible to hit this method!");

Review Comment:
   Can we just throw a assertionError with simple msg ‘unexpected’



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@hudi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to