Skip to content

Commit

Permalink
Revert "Java API change for supporting structs (#7730)" (#7987)
Browse files Browse the repository at this point in the history
This reverts commit 3327f7b.

We have to revert this because the dependent project is broken and my system is in a broken state.

Authors:
  - Raza Jafri (https://github.com/razajafri)

Approvers:
  - Rong Ou (https://github.com/rongou)
  - Ram (Ramakrishna Prabhu) (https://github.com/rgsl888prabhu)
  - Robert (Bobby) Evans (https://github.com/revans2)

URL: #7987
  • Loading branch information
razajafri authored Apr 17, 2021
1 parent 1d03186 commit 867d6ee
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 867d6ee

Please sign in to comment.