srinipunuru opened a new pull request #926: Records with all null values are 
transformed to null records
URL: https://github.com/apache/samza/pull/926
 
 
   Right now Samza SQL AvroRelConverter transforms the records with null values 
into null records. I think this was added to support `select * from` usecase 
when the input has null records, But ideally that should be supported through a 
mechanism where the entire record is passed as null from input to the output 
rather than add a current hack where we are flattening the record with null 
values into null record.  

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


With regards,
Apache Git Services

Reply via email to