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 Feb 27, 2025. It is now read-only.
when schemaCheckEnabled is set to false we get confusing messages like this one (not exhaustive):
24/05/13 09:51:01 INFO BulkCopyUtils: Spark Dataframe and SQL Server table have differing column nullable configurations at column index 14 DF col XXX nullable config is true Table col XXX nullable config is true
in the class BulkCopyUtils, we have this implementation:
Hello,
when schemaCheckEnabled is set to false we get confusing messages like this one (not exhaustive):
in the class BulkCopyUtils, we have this implementation:
It's wrong as it displays misleading messages (saying there are differences) when the condition is true. So I suggest this patch:
The text was updated successfully, but these errors were encountered: