Skip to content

Commit 317ea9c

Browse files
emkornfieldpitrou
authored andcommitted
fix complie
1 parent 9f59160 commit 317ea9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/src/arrow/python/common.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ bool IsPythonError(const Status& status) {
159159
if (status.ok()) {
160160
return false;
161161
}
162-
auto* detail = status.detail();
162+
auto detail = status.detail();
163163
return detail != nullptr && detail->type_id() == kErrorDetailTypeId;
164164
}
165165

0 commit comments

Comments
 (0)