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
* Verifies the validity and consistency of the attributes, and throws an {@link IllegalArgumentException} if necessary.
2419
2419
* <p>
2420
-
* Because an instance can be used for both writing and parsing, not all conditions can be tested here. For example, allowMissingColumnNames is only used for
2421
-
* parsing, so it cannot be used here.
2420
+
* Because an instance can be used for both writing and parsing, not all conditions can be tested here. For example, allowMissingColumnNames is only used
2421
+
* for parsing, so it cannot be used here.
2422
2422
* </p>
2423
2423
*
2424
2424
* @throws IllegalArgumentException Throw when any attribute is invalid or inconsistent with other attributes.
0 commit comments