agile-lab-dev / darwin

Avro Schema Evolution made easy
Apache License 2.0
34 stars 10 forks source link

Avoid to do any operation if no schema needs to be inserted #74

Closed tmnd1991 closed 3 years ago

tmnd1991 commented 3 years ago

As of e513ba0a172b1cd60df4497b59df59ac6c120c59 the PostgresConnector (and other) performs an insert/upsert of schemas even if an empty list of schemas is passed as input. We can avoid such operation to make it more reliable and lighter.