Skip to content

Commit

Permalink
Rename parquet_helpers.hpp to parquet_stats_file_helpers.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
robomics committed Nov 13, 2024
1 parent 0e1e72c commit cc6147a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 3 deletions.
File renamed without changes.
3 changes: 2 additions & 1 deletion src/io/parquet_helpers.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@
// with this library. If not, see
// <https://www.gnu.org/licenses/>.

#include "nchg/parquet_helpers.hpp"
#include "nchg/parquet_stats_file_helpers.hpp"

// clang-format off
#include "nchg/suppress_warnings.hpp"
NCHG_DISABLE_WARNING_PUSH
NCHG_DISABLE_WARNING_DEPRECATED_DECLARATIONS
Expand Down
2 changes: 1 addition & 1 deletion src/io/parquet_stats_file_reader_impl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ NCHG_DISABLE_WARNING_POP
#include <memory>
#include <utility>

#include "nchg/parquet_helpers.hpp"
#include "nchg/parquet_stats_file_helpers.hpp"

namespace nchg {

Expand Down
2 changes: 1 addition & 1 deletion src/io/parquet_stats_file_writer_impl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ NCHG_DISABLE_WARNING_POP
#include <stdexcept>
#include <string>

#include "nchg/parquet_helpers.hpp"
#include "nchg/parquet_stats_file_helpers.hpp"

namespace nchg {

Expand Down
1 change: 1 addition & 0 deletions src/io/text.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@

#include "nchg/text.hpp"

// clang-format off
#include "nchg/suppress_warnings.hpp"
NCHG_DISABLE_WARNING_PUSH
NCHG_DISABLE_WARNING_DEPRECATED_DECLARATIONS
Expand Down

0 comments on commit cc6147a

Please sign in to comment.