[
https://issues.apache.org/jira/browse/PARQUET-1040?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Wes McKinney updated PARQUET-1040:
----------------------------------
Fix Version/s: cpp-1.2.0
> Missing writer method implementations
> -------------------------------------
>
> Key: PARQUET-1040
> URL: https://issues.apache.org/jira/browse/PARQUET-1040
> Project: Parquet
> Issue Type: Bug
> Components: parquet-cpp
> Reporter: Toby Shaw
> Priority: Minor
> Fix For: cpp-1.2.0
>
>
> In file/writer.h, these methods exist:
> For RowGroupWriter:
> num_rows
> num_columns
> For ParquetFileWriter:
> num_rows
> num_row_groups
> num_columns
> When using these methods, I get link errors:
> LNK2028 unresolved token (0A001B98) "public: int __cdecl
> parquet::ParquetFileWriter::num_row_groups(void)const "
> (?num_row_groups@ParquetFileWriter@parquet@@$$FQEBAHXZ) referenced in ...
> Looking in the source, it's because these methods are not implemented in
> writer.cc. This should be a trivial fix.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)