You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 23, 2021. It is now read-only.
Currently to load data automatically generating insert queries depending upon table with "INSERT" keyword but some databases like Apache Phoenix uses "UPSERT" keyword to represent INSERT and UPDATE semantics in single query so we should make the insert query preparation using the keyword used depending upon database type.
Currently to load data automatically generating insert queries depending upon table with "INSERT" keyword but some databases like Apache Phoenix uses "UPSERT" keyword to represent INSERT and UPDATE semantics in single query so we should make the insert query preparation using the keyword used depending upon database type.