Skip to content

Commit

Permalink
scriptis left database menu bar supports hiveserver2 to get library t…
Browse files Browse the repository at this point in the history
…able fields
  • Loading branch information
MrFengqin committed Sep 22, 2023
1 parent 9452ba5 commit f1a1c0e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@ public static JsonNode getColumns(String username, String dbName, String tbName)
dataType = dataType.trim();
}

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

0 comments on commit f1a1c0e

Please sign in to comment.