Commit 354df75
Optimize Decimal::ToIntegerString and fix nanoarrow 0.7.0 download
- Optimized Decimal::ToIntegerString by replacing std::ostringstream
with a manual stack-allocated buffer and std::to_chars.
- Fixed CI failure by adding multiple fallback URLs for nanoarrow 0.7.0,
as the original Apache mirror URL was returning 404.
- Added missing <charconv> and <ostream> headers.
- Added ICEBERG_DCHECK to verify std::to_chars success.
Co-authored-by: wgtmac <4684607+wgtmac@users.noreply.github.com>1 parent 92c872f commit 354df75
1 file changed
Lines changed: 9 additions & 16 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
33 | 34 | | |
34 | | - | |
| 35 | + | |
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
| |||
409 | 410 | | |
410 | 411 | | |
411 | 412 | | |
412 | | - | |
413 | | - | |
414 | | - | |
| 413 | + | |
415 | 414 | | |
416 | | - | |
| 415 | + | |
417 | 416 | | |
418 | 417 | | |
419 | 418 | | |
420 | | - | |
421 | | - | |
422 | | - | |
| 419 | + | |
423 | 420 | | |
424 | | - | |
| 421 | + | |
| 422 | + | |
425 | 423 | | |
426 | | - | |
427 | | - | |
428 | | - | |
429 | | - | |
430 | | - | |
431 | | - | |
| 424 | + | |
432 | 425 | | |
433 | 426 | | |
434 | | - | |
| 427 | + | |
435 | 428 | | |
436 | 429 | | |
437 | 430 | | |
| |||
0 commit comments