[MINOR] change log.info to log.debug (#1883)
This commit is contained in:
committed by
GitHub
parent
b2763f433b
commit
d5b593b7d9
@@ -132,7 +132,7 @@ public abstract class AbstractRealtimeRecordReader {
|
||||
Schema hiveSchema = Schema.createRecord(writerSchema.getName(), writerSchema.getDoc(), writerSchema.getNamespace(),
|
||||
writerSchema.isError());
|
||||
hiveSchema.setFields(hiveSchemaFields);
|
||||
LOG.info("HIVE Schema is :" + hiveSchema.toString(true));
|
||||
LOG.debug("HIVE Schema is :" + hiveSchema.toString(true));
|
||||
return hiveSchema;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user