aboutsummaryrefslogtreecommitdiff
path: root/exec/java-exec/src/test/java/org/apache/drill/exec/cache/TestBatchSerialization.java
diff options
context:
space:
mode:
Diffstat (limited to 'exec/java-exec/src/test/java/org/apache/drill/exec/cache/TestBatchSerialization.java')
-rw-r--r--exec/java-exec/src/test/java/org/apache/drill/exec/cache/TestBatchSerialization.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/exec/java-exec/src/test/java/org/apache/drill/exec/cache/TestBatchSerialization.java b/exec/java-exec/src/test/java/org/apache/drill/exec/cache/TestBatchSerialization.java
index 684c79a3b..6a4ec52db 100644
--- a/exec/java-exec/src/test/java/org/apache/drill/exec/cache/TestBatchSerialization.java
+++ b/exec/java-exec/src/test/java/org/apache/drill/exec/cache/TestBatchSerialization.java
@@ -169,6 +169,7 @@ public class TestBatchSerialization extends DrillTest {
testType(MinorType.DECIMAL18);
testType(MinorType.DECIMAL28SPARSE);
testType(MinorType.DECIMAL38SPARSE);
+ testType(MinorType.VARDECIMAL);
// testType(MinorType.DECIMAL28DENSE); No writer
// testType(MinorType.DECIMAL38DENSE); No writer
testType(MinorType.DATE);