This is an automated email from the ASF dual-hosted git repository.
uwe pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/master by this push:
new d86fdc7 Fix a comment typo (#1448)
d86fdc7 is described below
commit d86fdc71b659958878fb100e811c66f7a1cd1b08
Author: Cheng Lian <[email protected]>
AuthorDate: Fri Dec 29 08:54:05 2017 -0800
Fix a comment typo (#1448)
---
.../src/main/java/org/apache/arrow/vector/util/DictionaryUtility.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/java/vector/src/main/java/org/apache/arrow/vector/util/DictionaryUtility.java
b/java/vector/src/main/java/org/apache/arrow/vector/util/DictionaryUtility.java
index cf0596c..6b46dba 100644
---
a/java/vector/src/main/java/org/apache/arrow/vector/util/DictionaryUtility.java
+++
b/java/vector/src/main/java/org/apache/arrow/vector/util/DictionaryUtility.java
@@ -73,7 +73,7 @@ public class DictionaryUtility {
}
/**
- * Convert field and child fields that have a dictionary encoding to message
format, so fields
+ * Convert field and child fields that have a dictionary encoding to memory
format, so fields
* have the index type
*/
public static Field toMemoryFormat(Field field, BufferAllocator allocator,
Map<Long, Dictionary> dictionaries) {
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].