You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@gora.apache.org by "Lewis John McGibbney (JIRA)" <ji...@apache.org> on 2014/01/07 21:57:51 UTC

[jira] [Created] (GORA-283) Specify field name for types not being considered in CassandraStore#addOrUpdateField

Lewis John McGibbney created GORA-283:
-----------------------------------------

             Summary: Specify field name for types not being considered in CassandraStore#addOrUpdateField
                 Key: GORA-283
                 URL: https://issues.apache.org/jira/browse/GORA-283
             Project: Apache Gora
          Issue Type: Task
          Components: gora-cassandra
    Affects Versions: 0.4
            Reporter: Lewis John McGibbney
            Priority: Minor
             Fix For: 0.4


Logging for the following code in the above method can easily be improved.

{code:java}
443 	default:
444 	  LOG.info("Type not considered: " + type.name());
445 	}
{code}

It should also provide the field.name(), something like

LOG.info("Type not considered: " + type.name() + " for field: " field.name());

I'll cook a patch and get it posted for review.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)