提交 c9612df0 authored 作者: noelgrandin's avatar noelgrandin

fix grammar

上级 ff2353cf
......@@ -73,7 +73,7 @@ public class HashIndex extends BaseIndex {
/*
* Sometimes the incoming search is a similar, but not the same type
* e.g. the search value is INT, but the index column is LONG. In which
* case, we need to convert otherwise the ValueHashMap will not find the
* case we need to convert, otherwise the ValueHashMap will not find the
* result.
*/
v = v.convertTo(tableData.getColumn(indexColumn).getType());
......
......@@ -96,7 +96,7 @@ public class NonUniqueHashIndex extends BaseIndex {
/*
* Sometimes the incoming search is a similar, but not the same type
* e.g. the search value is INT, but the index column is LONG. In which
* case, we need to convert otherwise the ValueHashMap will not find the
* case we need to convert, otherwise the ValueHashMap will not find the
* result.
*/
v = v.convertTo(tableData.getColumn(indexColumn).getType());
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论