Skip to content

Commit

Permalink
Remove ARROW_EXPORT from arrow_compute in order to fix inconsistent l…
Browse files Browse the repository at this point in the history
…inkage on Windows 3
  • Loading branch information
raulcd committed Feb 25, 2025
1 parent 1d1bcca commit bde6fb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cpp/src/arrow/compute/key_hash_internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ enum class BloomFilterBuildStrategy;
// Implementations are based on xxh3 32-bit algorithm description from:
// https://github.com/Cyan4973/xxHash/blob/dev/doc/xxhash_spec.md
//
class ARROW_EXPORT Hashing32 {
class Hashing32 {
friend class TestVectorHash;
template <typename T>
friend void TestBloomLargeHashHelper(int64_t, int64_t, const std::vector<uint64_t>&,
Expand Down Expand Up @@ -157,7 +157,7 @@ class ARROW_EXPORT Hashing32 {
#endif
};

class ARROW_EXPORT Hashing64 {
class Hashing64 {
friend class TestVectorHash;
template <typename T>
friend void TestBloomLargeHashHelper(int64_t, int64_t, const std::vector<uint64_t>&,
Expand Down

0 comments on commit bde6fb7

Please sign in to comment.