Json keys being dropped from Dremio UI Grid view

SELECT Product_Id, Info, “test.json”.Info.ClassName AS ClassName, “test.json”.Info.ClassName_Id AS ClassName_Id
FROM “Linux Home”.mylogin.test_json_files.“test.json”

If I run the following SQL statement above I can extract both ClassName and ClassName_Id as columns…

But if I click on the Info column to examine the json in that column I cannot find ClassName_Id as a key / value. There are also other key / values missing.

If I run the same SQL through a JDBC connection I can see everything in the Info column including ClassName_Id.