This is an automated email from the ASF dual-hosted git repository.

humbedooh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kibble.git

commit fefdee8b1253daaafcc13bf01e1d7eea8ce1b571
Author: Daniel Gruno <humbed...@apache.org>
AuthorDate: Fri Mar 2 16:35:04 2018 +0100

    fix creator column type
---
 setup/mappings.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup/mappings.json b/setup/mappings.json
index 95fdb1c..c7d56df 100644
--- a/setup/mappings.json
+++ b/setup/mappings.json
@@ -57,7 +57,7 @@
             "type": "double"
           },
           "creator": {
-            "type": "double"
+            "type": "keyword"
           },
           "createdDate": {
             "format": "yyyy/MM/dd HH:mm:ss||yyyy/MM/dd||epoch_millis",

-- 
To stop receiving notification emails like this one, please contact
humbed...@apache.org.

Reply via email to