Commit 745b520b by Sharmadha Sainath Committed by Madhan Neethiraj

ATLAS-2453: changed datatype of hbase_table.maxFileSize from int to long

parent c3a684fd
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
"attributeDefs": [ "attributeDefs": [
{ {
"name": "maxFileSize", "name": "maxFileSize",
"typeName": "int", "typeName": "long",
"cardinality": "SINGLE", "cardinality": "SINGLE",
"isIndexable": false, "isIndexable": false,
"isOptional": true, "isOptional": true,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment