Skip to content

Commit

Permalink
Translation of comments to English
Browse files Browse the repository at this point in the history
  • Loading branch information
MrFengqin committed Sep 22, 2023
1 parent f1a1c0e commit 42e7b04
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ public static JsonNode getColumns(String username, String dbName, String tbName)
dataType = dataType.trim();
}

// Partition field judgment
if (columnName.contains("# Partition Information")) {
partition = true;
parColName = false;
Expand Down

0 comments on commit 42e7b04

Please sign in to comment.