Hisoka-X commented on code in PR #7580:
URL: https://github.com/apache/seatunnel/pull/7580#discussion_r1764868835
##########
seatunnel-connectors-v2/connector-hive/src/main/java/org/apache/seatunnel/connectors/seatunnel/hive/source/config/HiveSourceConfig.java:
##########
@@ -81,7 +80,7 @@ public HiveSourceConfig(ReadonlyConfig readonlyConfig) {
readonlyConfig
.getOptional(HdfsSourceConfigOptions.READ_PARTITIONS)
.ifPresent(this::validatePartitions);
- this.table = HiveTableUtils.getTableInfo(readonlyConfig);
+ Table table = HiveTableUtils.getTableInfo(readonlyConfig);
Review Comment:
Avoid conflicts in the logical dag phase of Hive
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]