emkornfield commented on a change in pull request #10201:
URL: https://github.com/apache/arrow/pull/10201#discussion_r635787880
##########
File path: cpp/src/jni/dataset/jni_util.cc
##########
@@ -16,36 +16,44 @@
// under the License.
#include "jni/dataset/jni_util.h"
-
+#include "arrow/ipc/metadata_internal.h"
+#include "arrow/util/base64.h"
+#include "arrow/util/key_value_metadata.h"
#include "arrow/util/logging.h"
+#include <memory>
#include <mutex>
+#include <flatbuffers/flatbuffers.h>
+
namespace arrow {
+
+namespace flatbuf = org::apache::arrow::flatbuf;
Review comment:
nit: can you prefix org with "::"
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]