Skip to content

Commit

Permalink
Fix python build after removal of struct metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
abellina committed Apr 24, 2023
1 parent f0cbdfd commit 71d4645
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions python/cudf/cudf/_lib/cpp/contiguous_split.pxd
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@ from cudf._lib.cpp.types cimport size_type

cdef extern from "cudf/contiguous_split.hpp" namespace \
"cudf::packed_columns" nogil:
cdef struct metadata:
metadata(vector[uint8_t]&& v)
const uint8_t* data () except +
size_type size () except +
ctypedef vector[uint8_t] metadata

cdef extern from "cudf/contiguous_split.hpp" namespace "cudf" nogil:
cdef cppclass packed_columns:
Expand Down

0 comments on commit 71d4645

Please sign in to comment.