Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
0.8.0
-
None
Description
I have the following .json file:
{"bag":[]} {"bag":[1]}
doing a select star on it returns the following results:
0: jdbc:drill:zk=local> select * from dfs.data.`t.json`; +------------+ | bag | +------------+ | [] | | null | +------------+
Attachments
Issue Links
- depends upon
-
DRILL-2150 Create an abstraction for repeated value vectors.
- Resolved
-
DRILL-3027 Add convenience methods to test builder for creating nested baseline values
- Resolved