mirror of
https://github.com/wassname/ray.git
synced 2026-08-06 13:31:10 +08:00
Address numbuf compiler warnings. (#300)
This commit is contained in:
committed by
Philipp Moritz
parent
334aed9fa9
commit
3e67d28922
@@ -22,7 +22,7 @@ class FixedBufferStream : public arrow::io::OutputStream,
|
||||
return arrow::Status::OK();
|
||||
}
|
||||
|
||||
arrow::Status Read(int64_t nbytes, int64_t* bytes_read, uint8_t* out) {
|
||||
arrow::Status Read(int64_t nbytes, int64_t* bytes_read, uint8_t* out) override {
|
||||
assert(0);
|
||||
return arrow::Status::OK();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user