Mitesh Patel
Mitesh Patel
I'm also curious about this. The commit is https://github.com/snowflakedb/snowflake-jdbc/commit/e1c9d26dd3ae552a606842137ff8497b090aa9d4 and I also dont have access to https://snowflakecomputing.atlassian.net/browse/SNOW-33227 cc @howryu @sfc-gh-stakeda @sfc-gh-mkinster
Is this going to be merged? Or is there another embedded-redis that has 3+ (with cluster spec implemented)?
I'm also interested in this. I'd like to write a delta table to s3 with `df.repartition(5, "someCol")` and it would be nice if delta can write `HashPartitioning(5, someCol)` into the...
@dennyglee Hi from ActionIQ, is this ticket written clearly and does it have the right tags to get triaged?
> There's already the `_delta_log/*` metadata that all clients need to read, could you stick it in there? Yeah I thought maybe the implementation of the hash function could be...
As a simpler implementation, you could ignore supporting the Spark Dataframe partitioning 🤷 . Ultimately, here is what I'm looking for: ``` someDF .write.format("delta") .option("newHashBucketingColumn", "foo") .option("newHashBucketingNumPartitions", "5") .save("s3://somewhere") spark.read.format("delta").load("s3://somewhere").queryExecution.sparkPlan.outputPartitioning...
> seems like 2021.1.2 is out now, any update on this thread? I see @wisechengyi just merged #615