We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c9de809 + 9789c0e commit a49f504Copy full SHA for a49f504
cpp/src/arrow/acero/backpressure.h
@@ -37,7 +37,7 @@ class ARROW_ACERO_EXPORT BackpressureController : public BackpressureControl {
37
};
38
39
template <typename T>
40
-class ARROW_ACERO_EXPORT BackpressureControlWrapper : public BackpressureControl {
+class BackpressureControlWrapper : public BackpressureControl {
41
public:
42
explicit BackpressureControlWrapper(T* obj) : obj_(obj) {}
43
0 commit comments