mirror of
https://github.com/vale981/ray
synced 2025-03-06 10:31:39 -05:00

* Get rid of 'index' lines in patches, which are unnecessary and likely wrong anyway (esp. when there are multiple patches) * Simplify patches to remove unnecessary context and make them more robust
8 lines
344 B
Diff
8 lines
344 B
Diff
diff --git cpp/src/arrow/util/logging.cc cpp/src/arrow/util/logging.cc
|
|
--- cpp/src/arrow/util/logging.cc
|
|
+++ cpp/src/arrow/util/logging.cc
|
|
@@ -87,1 +87,3 @@
|
|
+#if !defined(_WIN32) || defined(ARROW_STATIC) || defined(ARROW_EXPORTING) || !defined(ARROW_EXPORT)
|
|
ArrowLogLevel ArrowLog::severity_threshold_ = ArrowLogLevel::ARROW_INFO;
|
|
+#endif
|
|
--
|