Carl-Zhou-CN commented on code in PR #10331:
URL: https://github.com/apache/seatunnel/pull/10331#discussion_r2692843997
##########
seatunnel-connectors-v2/connector-hive/src/main/java/org/apache/seatunnel/connectors/seatunnel/hive/source/config/HiveSourceConfig.java:
##########
@@ -215,12 +221,31 @@ private List<String> parseFilePaths(Table table,
ReadStrategy readStrategy) {
try {
return readStrategy.getFileNamesByPath(hdfsPath);
} catch (Exception e) {
+ if (isFileNotFound(e)) {
Review Comment:
Wouldn't it be better to capture detailed exceptions?
--
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]