----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/30327/#review73481 -----------------------------------------------------------
exec/java-exec/src/main/java/org/apache/drill/exec/store/easy/json/JSONFormatPlugin.java <https://reviews.apache.org/r/30327/#comment119814> Can you please use @JsonInclude(Include.NON_DEFAULT) Wouldn't that make this backwards compatible? - Jacques Nadeau On Jan. 27, 2015, 9:56 p.m., Jason Altekruse wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/30327/ > ----------------------------------------------------------- > > (Updated Jan. 27, 2015, 9:56 p.m.) > > > Review request for drill. > > > Bugs: DRILL-1545 > https://issues.apache.org/jira/browse/DRILL-1545 > > > Repository: drill-git > > > Description > ------- > > Patch add support for custom extensions on json files. There was a previous > review request for this issue, but there were some problems while testing the > patch in a shared cluster environment and with compressed json files. I was > not the owner of the previous review request so I could not upload this there. > > > Diffs > ----- > > > exec/java-exec/src/main/java/org/apache/drill/exec/store/dfs/BasicFormatMatcher.java > 2ba2910 > > exec/java-exec/src/main/java/org/apache/drill/exec/store/easy/json/JSONFormatPlugin.java > d41243d > exec/java-exec/src/main/resources/bootstrap-storage-plugins.json 6bf1872 > > Diff: https://reviews.apache.org/r/30327/diff/ > > > Testing > ------- > > > Thanks, > > Jason Altekruse > >
