Skip to content

Commit 39dceae

Browse files
committed
fix
1 parent dfb56b0 commit 39dceae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/paimon/reader/prefetch_file_batch_reader.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
namespace paimon {
2626

2727
/// The prefetch file batch reader extends the basic FileBatchReader interface for prefetch read,
28-
/// If a format implementation inherits from this class, it will automatically support the C++
28+
/// if a format implementation inherits from this class, it will automatically support the C++
2929
/// Paimon prefetch capability and integrate with the Paimon prefetch framework.
3030
class PAIMON_EXPORT PrefetchFileBatchReader : public FileBatchReader {
3131
public:

0 commit comments

Comments
 (0)