Uploaded image for project: 'Apache Gora'
  1. Apache Gora
  2. GORA-283

Specify field name for types not being considered in gora-cassandra

    XMLWordPrintableJSON

Details

    • Task
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 0.4
    • 0.4
    • gora-cassandra
    • None

    Description

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

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

      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.

      Attachments

        1. GORA-283.patch
          2 kB
          Lewis John McGibbney
        2. GORA-283v2.patch
          20 kB
          Lewis John McGibbney

        Activity

          People

            Unassigned Unassigned
            lewismc Lewis John McGibbney
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: