You would expect the Name column value to be one instead of null.
Problem root cause
In the creation of the Avro payload related to the tHiveInput output, the column names are always lowercase. In this case, the issue is caused by the capitalized column name (Name) in the tHiveInput schema, which you can see in the screenshot.
Note: You may have a similar issue when using components other than tLogRow, such as tFileOutputDelimited.
Solution or Workaround
Ensure that all schema column names in the tHiveInput component are lowercase.
In this example, when the tHiveInput schema column names id and name are lowercase, tHiveInput returns the expected row values: