Skip to content

Commit

Permalink
Revert "Java API change for supporting structs (rapidsai#7730)"
Browse files Browse the repository at this point in the history
This reverts commit 3327f7b.
  • Loading branch information
razajafri committed Apr 16, 2021
1 parent 3327f7b commit 5977b1d
Show file tree
Hide file tree
Showing 6 changed files with 174 additions and 695 deletions.
3 changes: 1 addition & 2 deletions cpp/include/cudf/io/parquet.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -389,10 +389,9 @@ class column_in_metadata {
bool _use_int96_timestamp = false;
// bool _output_as_binary = false;
thrust::optional<uint8_t> _decimal_precision;

public:
std::vector<column_in_metadata> children;

public:
/**
* @brief Set the name of this column
*
Expand Down
Loading

0 comments on commit 5977b1d

Please sign in to comment.