You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@parquet.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/03/01 19:42:00 UTC

[jira] [Commented] (PARQUET-1209) locally defined symbol ... imported in function ..

    [ https://issues.apache.org/jira/browse/PARQUET-1209?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16382528#comment-16382528 ] 

ASF GitHub Bot commented on PARQUET-1209:
-----------------------------------------

rip-nsk opened a new pull request #446: PARQUET-1209: define ARROW_STATIC when PARQUET_ARROW_LINKAGE is static
URL: https://github.com/apache/parquet-cpp/pull/446
 
 
   It does not solve the problem in general, but more correct anyway

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> locally defined symbol ... imported in function ..
> --------------------------------------------------
>
>                 Key: PARQUET-1209
>                 URL: https://issues.apache.org/jira/browse/PARQUET-1209
>             Project: Parquet
>          Issue Type: Bug
>          Components: parquet-cpp
>            Reporter: rip.nsk
>            Priority: Major
>
> Got the following linker warning LNK4217:
> locally defined symbol ??1Status@arrow@@QEAA@XZ (public: __cdecl arrow::Status::~Status(void)) imported in function "private: void __cdecl parquet::TypedRowGroupStatistics<struct parquet::DataType<6> >::Copy(struct parquet::ByteArray const &,struct parquet::ByteArray *,class arrow::PoolBuffer *)" (?Copy@?$TypedRowGroupStatistics@U?$DataType@$05@parquet@@@parquet@@AEAAXAEBUByteArray@2@PEAU32@PEAVPoolBuffer@arrow@@@Z)
> not sure, is it parquet or arrow issue.
> [https://docs.microsoft.com/en-us/cpp/error-messages/tool-errors/linker-tools-warning-lnk4217|http://example.com/]



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)