[ https://issues.apache.org/jira/browse/ORC-1549?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Dongjoon Hyun closed ORC-1549. ------------------------------ > Update `libhdfspp.tar.gz` by adding `#include <cstdint>` > -------------------------------------------------------- > > Key: ORC-1549 > URL: https://issues.apache.org/jira/browse/ORC-1549 > Project: ORC > Issue Type: Bug > Reporter: Dongjoon Hyun > Assignee: Dongjoon Hyun > Priority: Major > Fix For: 2.0.0 > > > Update `libhdfspp.tar.gz` by adding `#include <cstdint>` like the following > {code} > $ diff -r tmp1 tmp2 > diff --color -r > /Users/dongjoon/APACHE/orc-merge/c++/libs/libhdfspp/tmp/include/hdfspp/content_summary.h > ./tmp/include/hdfspp/content_summary.h > 20a21 > > #include <cstdint> > diff --color -r > /Users/dongjoon/APACHE/orc-merge/c++/libs/libhdfspp/tmp/include/hdfspp/fsinfo.h > ./tmp/include/hdfspp/fsinfo.h > 20a21 > > #include <cstdint> > diff --color -r > /Users/dongjoon/APACHE/orc-merge/c++/libs/libhdfspp/tmp/include/hdfspp/statinfo.h > ./tmp/include/hdfspp/statinfo.h > 20a21 > > #include <cstdint> > diff --color -r > /Users/dongjoon/APACHE/orc-merge/c++/libs/libhdfspp/tmp/include/hdfspp/uri.h > ./tmp/include/hdfspp/uri.h > 21a22 > > #include <cstdint> > {code} -- This message was sent by Atlassian Jira (v8.20.10#820010)