Waleed Fateem
Waleed Fateem
The method you're using here wouldn't help you create a temporary table. There isn't a 'temporary' option and this is useful when you want to move data from Spark to...
Ok, that makes sense. Thanks for clarifying @michellemay.
@michellemay happy new year! I reached out to one of the maintainers, and the current design of the Spark connector doesn't make it possible to reuse a connection, so it...
PR #1671 addresses the original issue reported: ``` net.snowflake.client.jdbc.SnowflakeSQLLoggedException: Private key provided is invalid or not supported: [REDACTED]: PBE parameter parsing error: expecting the object identifier for AES cipher ```...
@ppiwow-apay None of the tests cover AKS, but I don't think that should be relevant. If there is a memory leak then that should have surfaced on other environments. Do...
@ppiwow-apay I also recognize that we have been late in responding to you, so sorry about that. Given that your post was back in March, can you clarify what version...
@LiamAttardcol FYI, I wrote this article to explain the nature of the problem. I welcome any feedback if there's something more I can add there to improve it: [JDBC Driver...
Hi @kyrielia, The issue isn't something we can simply fix on our own. It requires Apache Arrow to change their code in order to use public APIs as opposed to...
@arunjain501 If you're 100% sure you're experiencing the same issue that's being discussed here, then it's highly likely that your application is creating multiple sessions and you've only altered one....
@kyrielia The issue was attempted to be addressed by Arrow in ARROW-16328 with [PR 13072 ](https://github.com/apache/arrow/pull/13072). However, it looks like that was abandoned. I looked at the draft code changes...