Skip to content

Commit

Permalink
Change comments to English
Browse files Browse the repository at this point in the history
  • Loading branch information
ChengJie1053 committed Jan 17, 2024
1 parent 00c1519 commit ae439a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ public Message getDirFileTrees(
FsPathListWithError fsPathListWithError = fileSystem.listPathWithError(fsPath);
if (fsPathListWithError != null) {
for (FsPath children : fsPathListWithError.getFsPaths()) {
// 兼容parquet和orc,跳过.crc文件
// parquet and orc compatible, skipping.crc files
if (children.getPath().endsWith(".crc")) {
continue;
}
Expand Down

0 comments on commit ae439a1

Please sign in to comment.