Skip to content

Commit

Permalink
HIVE-28191. Fix CheckStyle.
Browse files Browse the repository at this point in the history
  • Loading branch information
slfan1989 committed May 4, 2024
1 parent 62581c8 commit 971461b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ private void createOutputList(Set<String> locations, String outputDir, String db
* Table-name followed by "*" indicates that all partitions are inside table location.
* Otherwise, we record the number of partitions covered by table location.
*/
private JSONArray listOutputEntities(HashSet<String> locations) {
private JSONArray listOutputEntities(HashSet<String> locations) throws JSONException {
List<String> listEntities = new ArrayList<>();
for(String loc : locations) {
DataLocation data = inputLocations.get(loc);
Expand Down

0 comments on commit 971461b

Please sign in to comment.