[ https://issues.apache.org/jira/browse/DRILL-5818?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Timothy Farkas resolved DRILL-5818. ----------------------------------- Resolution: Fixed > Querying from system options is broken > -------------------------------------- > > Key: DRILL-5818 > URL: https://issues.apache.org/jira/browse/DRILL-5818 > Project: Apache Drill > Issue Type: Bug > Reporter: Parth Chandra > Assignee: Timothy Farkas > > Querying from system options is broken. > {quote}0: jdbc:drill:schema=dfs.work> select * from sys.boot where name like > '%abc%'; > Error: SYSTEM ERROR: UnrecognizedPropertyException: Unrecognized field "type" > (class org.apache.drill.exec.server.options.OptionValue), not marked as > ignorable (8 known properties: "string_val", "kind", "accessibleScopes", > "num_val", "name", "bool_val", "float_val", "scope"]) > at [Source: [B@1d7f3cd4; line: 6, column: 2] (through reference chain: > org.apache.drill.exec.server.options.OptionValue["type"]) > Fragment 0:0 > [Error Id: b71b8550-9eff-4fdd-98f5-02242ce0e6b8 on PChandra-E776:31010] > (state=,code=0) > 0: jdbc:drill:schema=dfs.work> select * from sys.options; > Error: SYSTEM ERROR: UnrecognizedPropertyException: Unrecognized field "type" > (class org.apache.drill.exec.server.options.OptionValue), not marked as > ignorable (8 known properties: "string_val", "kind", "accessibleScopes", > "num_val", "name", "bool_val", "float_val", "scope"]) > at [Source: [B@1d7f3cd4; line: 6, column: 2] (through reference chain: > org.apache.drill.exec.server.options.OptionValue["type"]) > Fragment 0:0 > [Error Id: 7c9e264f-032c-4892-9941-28db0a068ecf on PChandra-E776:31010] > (state=,code=0) > {quote} > Seems to be caused by the fix for DRILL-5723 > [~timothyfarkas] can you take a look? -- This message was sent by Atlassian JIRA (v6.4.14#64029)