Shixuan Fan

Results 14 issues of Shixuan Fan

Please answer these questions before submitting your pull requests. Thanks! 1. What GitHub issue is this PR addressing? Make sure that there is an accompanying issue to your PR. Fixes...

Description test_util is supposed to only be used by snowflake regression test, but currently it runs for all Jenkins linux hosts, which is not desired. A quick fix is to...

Description Added/Modified tests to increase test coverage. Also removed some unused code path. Testing unit/integ tests Please answer these questions before submitting your pull requests. Thanks! 1. What GitHub issue...

Description These three decorators are not used in the codebase. Testing existing tests Please answer these questions before submitting your pull requests. Thanks! 1. What GitHub issue is this PR...

Description This adds coverage to code paths not covered by existing tests. The remaining ones are all with `is_stored_procedure()` being True. Testing unit test Please answer these questions before submitting...

Description Prior to this change, schema is ignored if the input data is a pandas DF in create_dataframe(). This can be confusing as user would expect schema to take effect....

Please answer these questions before submitting your pull requests. Thanks! 1. What GitHub issue is this PR addressing? Make sure that there is an accompanying issue to your PR. Fixes...

The code to use cryptography (which uses OpenSSL) already existed, but it just wasn't being used by default. Since cryptography is currently a mandatory dependency, we may as well use...

Please answer these questions before submitting your pull requests. Thanks! 1. What GitHub issue is this PR addressing? Make sure that there is an accompanying issue to your PR. Fixes...

Please answer these questions before submitting your pull requests. Thanks! 1. What GitHub issue is this PR addressing? Make sure that there is an accompanying issue to your PR. Fixes...