Hey everyone, I have a new question about how to handle a very common issue the best: We have a LOAD statement loading AVRO files using globbing by a given regex. By some wired reason this might return null as there is no file matching the regex. There are two thinkable cases where this can happen: On purpose: There is no data gathered in this e.g. time frame. On error: some nasty guy deleted a very important look up table for my join. Great hint the stuff with the replicated join, btw :).
Do you have any suggestion about how to handle this? Thanks Markus
