summaryrefslogtreecommitdiffstats
path: root/document/abi-spec.json
diff options
context:
space:
mode:
authorLester Solbakken <lesters@oath.com>2019-02-20 16:09:16 +0100
committerLester Solbakken <lesters@oath.com>2019-02-20 16:09:16 +0100
commit5d0bff5230d3d8a304f786cbcc3c486ee9f941bb (patch)
treeebca6996f13ea1e197556abddc9119f3722c8bbd /document/abi-spec.json
parentb7dd335bdaeb889bca08daf8c79a47eb3d62c732 (diff)
Don't convert tensor add update type to sparse dimensions
Diffstat (limited to 'document/abi-spec.json')
-rw-r--r--document/abi-spec.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/document/abi-spec.json b/document/abi-spec.json
index 61390af3523..f100178ee16 100644
--- a/document/abi-spec.json
+++ b/document/abi-spec.json
@@ -5244,7 +5244,7 @@
],
"methods": [
"public void <init>(com.yahoo.document.update.TensorModifyUpdate$Operation, com.yahoo.document.datatypes.TensorFieldValue)",
- "public static com.yahoo.tensor.TensorType convertToCompatibleType(com.yahoo.tensor.TensorType)",
+ "public static com.yahoo.tensor.TensorType convertDimensionsToMapped(com.yahoo.tensor.TensorType)",
"public com.yahoo.document.update.TensorModifyUpdate$Operation getOperation()",
"public com.yahoo.document.datatypes.TensorFieldValue getValue()",
"public void setValue(com.yahoo.document.datatypes.TensorFieldValue)",