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
As part of this change, in our script tests, we should use --propertyFile=/dev/null (or an API-level equivalent), and remove various !set commands at the start of those tests, some of which we added as a workaround in #237.
Add
--propertyFile
command-line parameter, to override where SQLLine reads its configuration.Note that https://issues.apache.org/jira/browse/HIVE-13964 is a similar feature in Hive (except that the option is called
--property-file
).We should support (and test)
--propertyFile=/dev/null
.Also, if this option is given, we should not attempt to write the properties back.
The text was updated successfully, but these errors were encountered: