Skip to content

Commit d9c107c

Browse files
committed
revert change
1 parent 5881577 commit d9c107c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/nanoarrow/testing/testing.cc

+1-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ namespace internal {
3434
// Internal representation of the various structures needed to import and/or export
3535
// a dictionary array. We use a serialized version of the dictionary value because
3636
// nanoarrow doesn't currently have the ability to copy or reference count an Array.
37-
class Dictionary {
38-
public:
37+
struct Dictionary {
3938
nanoarrow::UniqueSchema schema;
4039
int64_t column_length;
4140
std::string column_json;

0 commit comments

Comments
 (0)