mirror of
https://git.freebsd.org/ports.git
synced 2025-05-29 09:26:27 -04:00
Apache ORC is a self-describing type-aware columnar file format designed for Hadoop workloads. It is optimized for large streaming reads, but with integrated support for finding required rows quickly.
10 lines
234 B
C++
10 lines
234 B
C++
--- tools/test/ToolTest.cc.orig 2024-12-16 03:01:39 UTC
|
|
+++ tools/test/ToolTest.cc
|
|
@@ -28,6 +28,7 @@
|
|
#include <sstream>
|
|
#include <string>
|
|
#include <vector>
|
|
+#include <sys/wait.h>
|
|
|
|
namespace {
|
|
const char* exampleDirectory = 0;
|