Details
-
Improvement
-
Status: Reviewable
-
Major
-
Resolution: Unresolved
-
1.20.0
-
None
-
None
Description
Add new format ifor mongo-styled dates intorduced in DRILL-8143 to EVF based JSON reader
The following test cases failed:
TestExtendedTypes, TestFrameworkTest, TestCsvWithoutHeadersWithSchema, TestNestedDateTimeTimestamp, TestJsonRecordReader
java.lang.Exception: org.apache.drill.common.exceptions.UserRemoteException: DATA_READ ERROR: Type of JSON token is not compatible with its columnJSON token type: date JSON token: 2019-09-30T20:47:43.10+05 Column: date Column type: TIMESTAMP Format plugin: json Format plugin: JSONFormatPlugin Plugin config name: json File name: classpath:/jsoninput/input2.json Line: 32 Position: 42 Near token: 2019-09-30T20:47:43.10+05 Fragment: 0:0
Attachments
Issue Links
- is part of
-
DRILL-8037 Add V2 JSON Format Plugin based on EVF
- Resolved