提交 cfea9c03 authored 作者: Thomas Mueller's avatar Thomas Mueller

Improved error message

上级 223328b2
...@@ -231,7 +231,7 @@ public class RegularTable extends TableBase { ...@@ -231,7 +231,7 @@ public class RegularTable extends TableBase {
} else if (!indexType.isSpatial()) { } else if (!indexType.isSpatial()) {
index = new PageBtreeIndex(this, indexId, indexName, cols, indexType, create, session); index = new PageBtreeIndex(this, indexId, indexName, cols, indexType, create, session);
} else { } else {
throw new UnsupportedOperationException(); throw new UnsupportedOperationException("Spatial index only supported with the MVStore");
} }
} else { } else {
if (indexType.isHash() && cols.length <= 1) { if (indexType.isHash() && cols.length <= 1) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论