You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@madlib.apache.org by GitBox <gi...@apache.org> on 2019/09/17 19:37:41 UTC

[GitHub] [madlib] kaknikhil commented on a change in pull request #441: Kmeans: simplified silhouette per point for k-means

kaknikhil commented on a change in pull request #441: Kmeans: simplified silhouette per point for k-means
URL: https://github.com/apache/madlib/pull/441#discussion_r325340535
 
 

 ##########
 File path: src/ports/postgres/modules/utilities/utilities.py_in
 ##########
 @@ -209,7 +209,7 @@ def add_postfix(quoted_string, postfix):
 
 
 NUMERIC = set(['smallint', 'integer', 'bigint', 'decimal', 'numeric',
-               'real', 'double precision', 'serial', 'bigserial'])
+               'real', 'double precision', 'float', 'serial', 'bigserial'])
 
 Review comment:
   good catch 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services