We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfb56b0 commit 39dceaeCopy full SHA for 39dceae
1 file changed
include/paimon/reader/prefetch_file_batch_reader.h
@@ -25,7 +25,7 @@
25
namespace paimon {
26
27
/// 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++
+/// if a format implementation inherits from this class, it will automatically support the C++
29
/// Paimon prefetch capability and integrate with the Paimon prefetch framework.
30
class PAIMON_EXPORT PrefetchFileBatchReader : public FileBatchReader {
31
public:
0 commit comments