Skip to content

Tags: unix280/velox

Tags

oss-2025_07_09

Toggle oss-2025_07_09's commit message
fix: Fmt V11 build errors (facebookincubator#14040)

Summary:
Similar to facebookincubator#10904, fix build error if install fmt via brew:
```In file included from /opt/homebrew/include/fmt/format.h:41:
/opt/homebrew/include/fmt/base.h:2275:20: error: 'this' argument to member function 'format' has type 'const fmt::formatter<facebook::velox::memory::ArbitrationOperation::State>', but function is not marked const
 2275 |     ctx.advance_to(cf.format(*static_cast<qualified_type*>(arg), ctx));```

Pull Request resolved: facebookincubator#14040

Reviewed By: Yuhta

Differential Revision: D77948565

Pulled By: kagamiori

fbshipit-source-id: 41e42f18e890306d85b5ee9eb837d16b2c4b6cec

2025_07_10

Toggle 2025_07_10's commit message
Support insert data into iceberg table. Co-authored-by [email protected]…

….com

Alchemy-item: [feat(iceberg): Add support for writing iceberg tables](IBM#13 (comment)) commit 1/1 - b406bf023b8fcece6ae29477cd80ab8ef266b2e1

2025_07_09

Toggle 2025_07_09's commit message
Support insert data into iceberg table. Co-authored-by [email protected]…

….com

Alchemy-item: [feat(iceberg): Add support for writing iceberg tables](IBM#13 (comment)) commit 1/1 - b406bf023b8fcece6ae29477cd80ab8ef266b2e1

ibm-2025_07_10

Toggle ibm-2025_07_10's commit message
Support insert data into iceberg table. Co-authored-by [email protected]…

….com

Alchemy-item: [feat(iceberg): Add support for writing iceberg tables](IBM#13 (comment)) commit 1/1 - b406bf023b8fcece6ae29477cd80ab8ef266b2e1

oss-2025_07_10

Toggle oss-2025_07_10's commit message
fix: Update numeric limits to parallel type due to compilation errors (

…facebookincubator#13657)

Summary:
Pull Request resolved: facebookincubator#13657

Update Velox check to compare against same types. Since weighted count is a double, we need to adjust the numeric limit to also a double. This was causing issues in Presto that uses a different (more strict) compiler:

```
/__w/presto/presto/presto-native-execution/velox/velox/functions/lib/QuantileDigest.h:555:7: error: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Werror,-Wimplicit-const-int-float-conversion]
      std::numeric_limits<int64_t>::max(),
```

Reviewed By: Yuhta

Differential Revision: D76060944

fbshipit-source-id: 03e0a9947293c072493fa400ef08b5f0073eefe9