This is an automated email from the ASF dual-hosted git repository.

dongjoon pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/orc.git


The following commit(s) were added to refs/heads/main by this push:
     new fede95d35 ORC-1549: [C++] Update `libhdfspp.tar.gz` by adding 
`#include <cstdint>`
fede95d35 is described below

commit fede95d35ceb9eebbff2b7e6299b5de20d1ef272
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Thu Dec 7 08:10:18 2023 -0800

    ORC-1549: [C++] Update `libhdfspp.tar.gz` by adding `#include <cstdint>`
    
    ### What changes were proposed in this pull request?
    
    This PR aims to add `#include <cstdint>` to `libhdfspp.tar.gz`.
    
    ```
    $ diff -r before after
    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>
    ```
    
    ### Why are the changes needed?
    
    To fix a compilation error in `GNU C/CXX compiler: 13.2.0` environment.
    
    ### How was this patch tested?
    
    Manually compile with `GNU C/CXX compiler: 13.2.0`.
    
    Closes #1685 from dongjoon-hyun/ORC-1549.
    
    Authored-by: Dongjoon Hyun <[email protected]>
    Signed-off-by: Dongjoon Hyun <[email protected]>
---
 c++/libs/libhdfspp/libhdfspp.tar.gz | Bin 948922 -> 948949 bytes
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/c++/libs/libhdfspp/libhdfspp.tar.gz 
b/c++/libs/libhdfspp/libhdfspp.tar.gz
index b720e48ed..35c4d6127 100644
Binary files a/c++/libs/libhdfspp/libhdfspp.tar.gz and 
b/c++/libs/libhdfspp/libhdfspp.tar.gz differ

Reply via email to