flink-connector-hive/src/main/java/org/apache/flink/table/catalog/hive/client/HiveShimV200.java [114:127]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                            boolean.class,
                            boolean.class,
                            boolean.class,
                            boolean.class,
                            boolean.class);
            loadPartitionMethod.invoke(
                    hive,
                    loadPath,
                    tableName,
                    partSpec,
                    replace,
                    inheritTableSpecs,
                    isSkewedStoreAsSubdir,
                    isSrcLocal,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



flink-connector-hive/src/main/java/org/apache/flink/table/catalog/hive/client/HiveShimV210.java [268:281]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                            boolean.class,
                            boolean.class,
                            boolean.class,
                            boolean.class,
                            boolean.class);
            loadPartitionMethod.invoke(
                    hive,
                    loadPath,
                    tableName,
                    partSpec,
                    replace,
                    inheritTableSpecs,
                    isSkewedStoreAsSubdir,
                    isSrcLocal,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



