Skip to content

Commit

Permalink
Correct a comment in id resolver
Browse files Browse the repository at this point in the history
  • Loading branch information
Yaliang committed May 24, 2018
1 parent 07f310a commit 8756d4c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,14 @@
* '0': {
* '0': 1,
* '1': 2,
* 'id': 1
* },
* '1': 3
* }
*
* The json property is:
*
* {"0":{"0":1,"1":2},"1":3}
* {"0":{"0":1,"1":2,"id":1},"1":3}
*/
public class HiveThriftFieldIdResolver
implements ThriftFieldIdResolver
Expand Down

0 comments on commit 8756d4c

Please sign in to comment.