aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/src/main/java/org/apache/drill/common/types/Types.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/src/main/java/org/apache/drill/common/types/Types.java b/common/src/main/java/org/apache/drill/common/types/Types.java
index 10d84e1d1..9280d03ee 100644
--- a/common/src/main/java/org/apache/drill/common/types/Types.java
+++ b/common/src/main/java/org/apache/drill/common/types/Types.java
@@ -349,7 +349,7 @@ public class Types {
case "binary":
return withMode(MinorType.VARBINARY, mode);
case "json":
- return withMode(MinorType.VARBINARY, mode);
+ return withMode(MinorType.LATE, mode);
default:
throw new UnsupportedOperationException("Could not determine type: " + typeName);
}