domoritz commented on a change in pull request #153:
URL: https://github.com/apache/arrow-site/pull/153#discussion_r737869211



##########
File path: _posts/2021-10-22-6.0.0-release.md
##########
@@ -148,6 +148,24 @@ This release includes improved support for dictionary 
arrays, as well as integra
 
 ## Go notes
 
+### Bug Fixes
+
+* Fixed handling of the zero value for Decimal128 `FromBigInt` 
[#10796](https://github.com/apache/arrow/pull/10796)
+* Fixed various "too many releases" errors in the tests allowing all tests to 
be run using the `assert` build tag in CI from now on, including a bug when 
writing slices of String, Binary or FixedWidthType arrays via ipc.Writer 
[#11270](https://github.com/apache/arrow/pull/11270), 
[#11276](https://github.com/apache/arrow/pull/11276)
+* Fixed builds on ARM and s390x architectures 
[#11299](https://github.com/apache/arrow/pull/11299), 
[#11305]((https://github.com/apache/arrow/pull/11305)
+
+### Enhancements
+
+* Added [Concatenate](https://github.com/apache/arrow/pull/11128) function for 
concatenating arrays
+* Implemented [Scalar](https://github.com/apache/arrow/pull/11024) values and 
`MakeArrayFromScalar` function 
[#11252]((https://github.com/apache/arrow/pull/11252)
+* Added cgo [optional allocator](https://github.com/apache/arrow/pull/11206) 
for allocating memory using the C++ memory pool for use with the C Data 
[import](https://github.com/apache/arrow/pull/11037) and 
[export](https://github.com/apache/arrow/pull/11220) APIs 
+* Added support for Month, Day, Nano interval type 
[#11310](https://github.com/apache/arrow/pull/11310)
+* Completed [Encoding](https://github.com/apache/arrow/pull/10716) package for 
Parquet, added [Metadata](https://github.com/apache/arrow/pull/10951) package.
+
+### Version Compatibility Update
+
+* Release process updated to add proper git tags for Go release for Module 
aware version tracking ([#11312](https://github.com/apache/arrow/pull/11312)) 
meaning that this release will be correctly tagged as v6.0.0 in go.mod and 
pkg.go.dev and future releases will be correctly versioned with the Go module 
system.
+
 ## Java notes
 
 ## JavaScript notes

Review comment:
       ```suggestion
   ## JavaScript notes
   
   This release fixes builds with the latest TypeScript versions and ESM tree 
shaking. 
   ```




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to