eerhardt commented on a change in pull request #11378:
URL: https://github.com/apache/arrow/pull/11378#discussion_r734026647



##########
File path: csharp/README.md
##########
@@ -21,21 +21,22 @@
 
 An implementation of Arrow targeting .NET Standard.
 
-This implementation is under development and may not be suitable for use in 
production environments.
+See our current [feature 
matrix](https://github.com/apache/arrow/blob/master/docs/source/status.rst)
+for currently available features.
 
 # Implementation
 
 - Arrow 0.11 (specification)
-- C# 7.2
+- C# 8
 - .NET Standard 1.3
 - Asynchronous I/O
 - Uses modern .NET runtime features such as **Span<T>**, 
**Memory<T>**, **MemoryManager<T>**, and **System.Buffers** 
primitives for memory allocation, memory storage, and fast serialization.
 - Uses **Acyclic Visitor Pattern** for array types and arrays to facilitate 
serialization, record batch traversal, and format growth.
 
 # Known Issues
 
-- Can not read Arrow files containing dictionary batches, tensors, or tables.
-- Can not easily modify allocation strategy without implementing a custom 
memory pool. All allocations are currently 64-byte aligned and padded to 
8-bytes.
+- Cannot read Arrow files containing tensors or tables.

Review comment:
       Good point. I'll remove the reference to `tables` here.




-- 
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