bossenti commented on issue #856: URL: https://github.com/apache/streampipes/issues/856#issuecomment-1343192242
thanks for reporting this @obermeier! I think this raises the question how want to handle null values in general, doesn't it? Thanks a lot @tenthe for sketching some concepts to tackle this problem already. In terms of the schema guessing part, I agree with you both that option two is the cleanest option and also my preferred one. In that sense, I would prefer (speaking from an user or high level perspective) the third option (providing a default value) at runtime. After all, if we are already asking the user to choose the correct data type, we should go that route completely and handle null values correctly. If we don't want to do that, we could just go with option one for schema guessing, imho. That being said, this issue gets somehow a larger one right? So I would suggest to create a discussion where we can brainstorm how we solve this technically. What are your thoughts? Any other opinions? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
