1. b3dacd2 fix(parquet/pqarrow): reject decimal overflow when writing integers (#1161) by Minh Vu · 14 hours ago main
  2. cc09645 perf(arrow/array): reuse TableReader scratch slices (#1200) by Minh Vu · 17 hours ago
  3. c21d503 chore: Bump github.com/twmb/avro from 1.7.2 to 1.8.0 (#1209) by dependabot[bot] · 3 days ago
  4. d3b223f perf(arrow/compute): take chunked binary values without concatenation (#1199) by Minh Vu · 3 days ago
  5. 9f3fc72 perf(internal/hashing): build binary memo offsets in one pass (#1196) by Minh Vu · 3 days ago
  6. ea989eb perf(parquet/pqarrow): build nullable fixed-size list children directly (#1195) by Minh Vu · 3 days ago
  7. ef86032 perf(parquet/pqarrow): decode booleans directly to bitmaps (#1182) by Minh Vu · 3 days ago
  8. f503385 perf(arrow/array): bulk append list nulls and empty values (#1187) by Minh Vu · 4 days ago
  9. 63833f7 perf(parquet): batch delta binary packed decoding (#1169) by Minh Vu · 4 days ago
  10. d80b252 fix(parquet/pqarrow): reject out-of-range INT96 timestamps (#1128) by Minh Vu · 4 days ago
  11. e62ad74 fix(arrow/csv): append null for invalid fixed-size binary values (#1121) by Minh Vu · 5 days ago
  12. abc96fb perf(parquet): batch plain BYTE_ARRAY encoding (#1193) by Minh Vu · 5 days ago
  13. f5b0c6b feat(compute): add dictionary_encode (#1140) by Minh Vu · 5 days ago
  14. fc66406 chore: Bump github.com/stretchr/testify from 1.11.1 to 1.12.0 (#1208) by dependabot[bot] · 5 days ago
  15. b275d3e chore: Bump google.golang.org/protobuf from 1.36.11 to 1.36.12 (#1207) by dependabot[bot] · 5 days ago
  16. 3488b5b feat(arrow/flight/sql): Add is_update field to ActionCreatePreparedStatementResult (#732) by Pedro Matias · 5 days ago
  17. 382298a perf(parquet): optimize numeric dictionary insertion (#1178) by Minh Vu · 5 days ago
  18. 31ef15d perf(arrow/array): compare list values by valid runs (#1184) by Minh Vu · 7 days ago
  19. 258cb20 perf(arrow/csv): reserve record builders for chunked reads (#1198) by Minh Vu · 8 days ago
  20. 726d10b perf(arrow/array): bulk append fixed-width empty values (#1180) by Minh Vu · 8 days ago
  21. 48a8340 fix(arrow/ipc): return compression errors from record encoder (#1141) by Minh Vu · 8 days ago
  22. 41e7fe5 feat(compute): add cumulative_sum and cumulative_sum_checked (#1139) by Minh Vu · 8 days ago
  23. c5445fb fix(arrow/array/arreflect): reject unrepresentable timestamps (#1123) by Minh Vu · 8 days ago
  24. 77feb76 fix(parquet/pqarrow): reject decimal overflow in integer columns (#1122) by Minh Vu · 8 days ago
  25. e4fa488 perf(parquet): encode spaced booleans without compaction (#1175) by Minh Vu · 8 days ago
  26. 80bfd31 perf(arrow/array): bulk append fixed-size list nulls and empty values (#1183) by Minh Vu · 8 days ago
  27. fb1040a feat(arrow/array): add ValueAsAny for native Go values (#1170) by Digvijay · 8 days ago
  28. 1e0b757 fix(arrow/csv): append null for later parse failures (#1149) by Minh Vu · 8 days ago
  29. 603dfb0 fix(arrow/ipc): avoid deadlock on compression errors (#1142) by Minh Vu · 8 days ago
  30. bb6432f feat(arrow/array): roll back JSON builder state after failed rows (#1113) by Minh Vu · 8 days ago
  31. 17ae330 perf(arrow/array): pack validity values in batches (#1185) by Minh Vu · 8 days ago
  32. b497053 fix(arrow/scalar): handle zero-length scalar arrays (#1116) by Minh Vu · 8 days ago
  33. 986b027 fix(flightsql): reject unsupported transaction options (#1152) by Minh Vu · 10 days ago
  34. 7b361b7 perf(parquet/pqarrow): avoid reflection in integer transfers (#1163) by Minh Vu · 10 days ago
  35. 5d300df fix(flightsql): protect configured authorization metadata (#1153) by Minh Vu · 10 days ago
  36. 8b131cd fix(flightsql): stop row streaming after close (#1151) by Minh Vu · 10 days ago
  37. 243e1f7 fix(parquet/encoding): honor BufferWriter offsets (#1144) by Minh Vu · 10 days ago
  38. 805290e fix(arrow/csv): validate custom converter row counts (#1148) by Minh Vu · 10 days ago
  39. e55bca4 fix(parquet/pqarrow): validate reader indexes (#1124) by Minh Vu · 10 days ago
  40. 8126a1b fix(memory): handle zero-length checked reallocations (#1132) by Minh Vu · 10 days ago
  41. 924268a fix(compute): reject non-array-like filters (#1135) by Minh Vu · 10 days ago
  42. 2ce24eb fix(arrow): include KeysSorted in map equality (#1134) by Minh Vu · 10 days ago
  43. 9e89349 fix(compute/exec): report ListView buffer counts (#1133) by Minh Vu · 10 days ago
  44. 9511c21 fix(compute/exec): handle missing validity buffers (#1136) by Minh Vu · 10 days ago
  45. 0420dc8 fix(parquet/metadata): handle invalid row-group column indexes (#1125) by Minh Vu · 10 days ago
  46. 79d73d4 fix(arrow): reject duplicate union type codes (#1131) by Minh Vu · 10 days ago
  47. cca3d5b fix(parquet/compress): honor LZ4 raw destination contract (#1147) by Minh Vu · 10 days ago
  48. 693da67 fix(arrow/ipc): preserve minSpaceSavings in stream writer (#1143) by Minh Vu · 10 days ago
  49. 15a989e fix(arrow/extensions): compare JSON storage types semantically (#1150) by Minh Vu · 10 days ago
  50. 2d4c385 fix(arrow/array): bound table reader batches (#1146) by Minh Vu · 10 days ago
  51. d8a1e7d fix(arrow/csv): preserve first row during headerless inference (#1145) by Minh Vu · 11 days ago
  52. f85b0b2 fix(compute): handle odd temporal multiples (#1119) by Minh Vu · 11 days ago
  53. 1e0e0c6 fix(compute/exprs): avoid empty field reference panic (#1130) by Minh Vu · 11 days ago
  54. 5b99922 fix(arrow/array): widen dictionary index bounds checks (#1129) by Minh Vu · 11 days ago
  55. b433d4b fix(parquet/metadata): return error for missing column metadata (#1137) by Minh Vu · 11 days ago
  56. e0f9dc7 chore: Bump github.com/twmb/avro from 1.5.0 to 1.7.2 (#1167) by dependabot[bot] · 11 days ago
  57. 5d4c387 chore: Bump modernc.org/sqlite from 1.55.0 to 1.56.0 (#1165) by dependabot[bot] · 11 days ago
  58. 19cca8c chore: Bump github.com/pierrec/lz4/v4 from 4.1.27 to 4.1.28 (#1168) by dependabot[bot] · 11 days ago
  59. b6416de chore: Bump github.com/klauspost/compress from 1.19.1 to 1.19.2 (#1166) by dependabot[bot] · 11 days ago
  60. db4317e fix(arrow/scalar): release partial children after failed struct conversion (#1114) by Minh Vu · 11 days ago
  61. d98c04c fix(parquet): read null fixed-size-list parents (#1099) by Minh Vu · 12 days ago
  62. 4f42a9e fix(arrow/ipc): return errors for invalid record indexes (#1120) by Minh Vu · 12 days ago
  63. 0d21f8e fix(arrow/scalar): release partial children after failed struct extraction (#1118) by Minh Vu · 12 days ago
  64. 7a33e0b fix(arrow/ipc): validate file block framing and lengths (#1097) by Minh Vu · 12 days ago
  65. cb58fab fix(arrow/scalar): apply timestamp zones when casting to dates (#1110) by Minh Vu · 12 days ago
  66. afb7ad0 fix(arrow/scalar): use wide offsets for large binary scalars (#1108) by Minh Vu · 12 days ago
  67. 03d7ddf fix(arrow/scalar): validate FromScalar destinations (#1106) by Minh Vu · 12 days ago
  68. ab2efb0 fix(arrow/util): return protobuf record conversion errors (#1088) by Minh Vu · 12 days ago
  69. 51b21f8 fix(arrow/array): preserve rows for empty-schema JSON input (#1117) by Minh Vu · 2 weeks ago
  70. 175d48b fix(arrow/scalar): format interval scalars in String (#1115) by Minh Vu · 2 weeks ago
  71. f5b4cae fix(arrow/tensor): validate typed constructor data (#1104) by Minh Vu · 2 weeks ago
  72. ed54305 fix(arrow/scalar): preserve exact decimal string casts (#1107) by Minh Vu · 2 weeks ago
  73. 2a7ff42 fix(arrow/array): isolate table columns from caller slices (#1105) by Minh Vu · 2 weeks ago
  74. 02020e0 fix(arrow/scalar): format extension values from storage scalars (#1111) by Minh Vu · 2 weeks ago
  75. 4278e86 fix(arrow/ipc): release reader state on schema errors (#1112) by Minh Vu · 2 weeks ago
  76. 38d768e fix(arrow/array): avoid panics cleaning partial tables (#1103) by Minh Vu · 2 weeks ago
  77. d7e5487 fix(parquet_reader): propagate statistics decoding errors (#1087) by Minh Vu · 2 weeks ago
  78. 0a28b23 fix(parquet): preserve dictionary index types (#1098) by Minh Vu · 2 weeks ago
  79. a27b596 fix(arrow/array): avoid copying initialized extension refcounts (#1089) by Minh Vu · 2 weeks ago
  80. 279c7ae fix(arrow/util): handle invalid protobuf Any values (#1086) by Minh Vu · 2 weeks ago
  81. d332ffa fix(arrow/scalar): support boolean identity casts (#1102) by Minh Vu · 2 weeks ago
  82. 9645138 fix(arrow/scalar): preserve binary cast target types (#1101) by Minh Vu · 2 weeks ago
  83. 998203c fix(arrow/scalar): preserve metadata in FromScalar (#1100) by Minh Vu · 2 weeks ago
  84. 3232318 test(arrow/util): cover zero-field protobuf records (#1085) by Minh Vu · 2 weeks ago
  85. 64489d4 fix(parquet/variant): preserve metadata keys when cloning (#1080) by Minh Vu · 2 weeks ago
  86. 3f73452 fix(parquet/encoding): read ahead in the streaming value buffer (#937) by Ruihao Chen · 2 weeks ago
  87. 229824a fix(parquet/pqarrow): release extension arrays after chunking (#1060) by Minh Vu · 2 weeks ago
  88. b9f4e36 feat(parquet): add WithDictionaryCostFallback writer property (#1036) by Tom Frank · 2 weeks ago
  89. 6fc8578 fix(arrow/ipc): make writer failures terminal (#1047) by Minh Vu · 2 weeks ago
  90. 588ca34 fix(array): compare sparse union slices at relative offsets (#1096) by Minh Vu · 2 weeks ago
  91. d6d7d30 chore: Bump modernc.org/sqlite from 1.54.0 to 1.55.0 (#1091) by dependabot[bot] · 2 weeks ago
  92. fa7b5da perf(arrow/bitutil): add SetBitSwap/ClearBitSwap, use in builder.SetNull (#1090) by Tom Frank · 2 weeks ago
  93. bc6d2df fix(compute): round negative HalfToOdd ties correctly (#1094) by Minh Vu · 2 weeks ago
  94. 3298f66 fix(parquet): restore Arrow duration units from schema metadata (#1095) by Minh Vu · 2 weeks ago
  95. b73042f fix(arrow/avro): stop reader workers before reuse (#1048) by Minh Vu · 2 weeks ago
  96. f189595 fix(arrow/util): release protobuf enum dictionaries (#1083) by Minh Vu · 2 weeks ago
  97. 935f644 fix(arrow/util): release protobuf record builders (#1084) by Minh Vu · 2 weeks ago
  98. dd58761 fix(parquet): serialize column chunk file offsets (#1073) by Minh Vu · 2 weeks ago
  99. 1885c62 fix(parquet): report initialized row-group columns correctly (#1072) by Minh Vu · 2 weeks ago
  100. 3fad2ad fix(array): format date arrays in String (#1068) by Minh Vu · 2 weeks ago