Skip to content

Commit

Permalink
Update TableDeviceSchemaFetcher.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Caideyipi committed Dec 26, 2024
1 parent 3aa3738 commit 559af62
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ private void constructTreeResults(
final List<DeviceEntry> deviceEntryList) {
final Column[] columns = tsBlock.getValueColumns();
for (int i = 0; i < tsBlock.getPositionCount(); i++) {
final String[] nodes = new String[tableInstance.getIdNums()];
final String[] nodes = new String[tableInstance.getIdNums() + 1];
constructNodsArrayAndAttributeMap(
Collections.emptyMap(),
nodes,
Expand Down

0 comments on commit 559af62

Please sign in to comment.