Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Log warning when returning null TableMetadata
If user sets connector up in schemaless mode and forgets to create the table, the connector tasks will fail with NullPointerException. Added warning should make it more obvious as to what is the issue. I am not adding throw here just in case there exists a situation where table creation could lag behind. Connector should continue working normally after the table is created.
- Loading branch information