Skip to content

Commit

Permalink
Reordered comments
Browse files Browse the repository at this point in the history
  • Loading branch information
malhotrashivam committed Mar 27, 2024
1 parent d8bc0a5 commit f700883
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -804,9 +804,9 @@ private static void writeKeyValuePartitionedTableImpl(@NotNull final Partitioned
}
final Table[] partitionedDataArray = partitionedData.toArray(Table[]::new);
try (final SafeCloseable ignored = LivenessScopeStack.open()) {
// TODO(deephaven-core#5292): Optimize creating index on constituent tables
final Map<String, Map<ParquetCacheTags, Object>> computedCache =
buildComputedCache(() -> sourceTable.orElseGet(partitionedTable::merge), leafDefinition);
// TODO(deephaven-core#5292): Optimize creating index on constituent tables
// Store hard reference to prevent indexes from being garbage collected
final List<DataIndex> dataIndexes = addIndexesToTables(partitionedDataArray, indexColumnArr);
writeParquetTablesImpl(partitionedDataArray, leafDefinition, writeInstructions,
Expand Down

0 comments on commit f700883

Please sign in to comment.