Skip to content

Commit 451eeb1

Browse files
committed
Restore arrow::TypePtr define
Change-Id: If9a2ae69ad61e27aa9884111371a8ed63639b282
1 parent 6b7e632 commit 451eeb1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cpp/src/arrow/type.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,9 @@ class ARROW_EXPORT DataType {
162162
DISALLOW_COPY_AND_ASSIGN(DataType);
163163
};
164164

165+
// TODO(wesm): Remove this from parquet-cpp
166+
using TypePtr = std::shared_ptr<DataType>
167+
165168
class ARROW_EXPORT FixedWidthType : public DataType {
166169
public:
167170
using DataType::DataType;

0 commit comments

Comments
 (0)