Skip to content

Commit c85119a

Browse files
sdruzkinfacebook-github-bot
authored andcommitted
Fix a typo
Differential Revision: D84567520
1 parent 82e6bf3 commit c85119a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dwio/nimble/velox/VeloxWriter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,7 @@ void VeloxWriter::writeChunk(bool lastChunk) {
654654
streams_.resize(context_->schemaBuilder.nodeCount());
655655

656656
// When writing null streams, we write the nulls as data, and the stream
657-
// itself is non-nullable. This adpater class is how we expose the nulls as
657+
// itself is non-nullable. This adapter class is how we expose the nulls as
658658
// values.
659659
class NullsAsDataStreamData : public StreamData {
660660
public:

0 commit comments

Comments
 (0)