Toby Shaw created PARQUET-1040:
----------------------------------

             Summary: 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


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)

Reply via email to