Skip to content

Commit deb9a89

Browse files
committed
fix typo
1 parent b6d145c commit deb9a89

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

cpp/src/arrow/sparse_tensor.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -592,8 +592,6 @@ class SparseTensorImpl : public SparseTensor {
592592
ARROW_RETURN_NOT_OK(internal::MakeSparseTensorFromTensor(
593593
tensor, SparseIndexType::format_id, index_value_type, pool, &sparse_index,
594594
&data));
595-
// TODO CHECK SparseTensorCreation.
596-
597595
return std::make_shared<SparseTensorImpl<SparseIndexType>>(
598596
internal::checked_pointer_cast<SparseIndexType>(sparse_index), tensor.type(),
599597
data, tensor.shape(), tensor.dim_names_);

cpp/src/arrow/util/sparse_tensor_util.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ struct IndexPointerVisitor {
7373
". Expected integer.");
7474
}
7575
};
76+
7677
} // namespace detail
7778

7879
template <typename Function>

0 commit comments

Comments
 (0)