Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
Signed-off-by: Seaven <[email protected]>
  • Loading branch information
Seaven committed Nov 19, 2024
1 parent b11928e commit 713429f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ private void classifyColumnStats(List<String> columnNames, List<Type> columnType
unSupportStats.add(new ComplexTypeColumnStats(columnName, columnType));
}
} else {
// to split & valid struct subfield column, like 'a.b.c.d'
int start = 0;
int end;
List<String> names = Lists.newArrayList();
Expand Down

0 comments on commit 713429f

Please sign in to comment.