Re: [I] Getting storage partitioned join to work [iceberg]

2024-04-29 Thread via GitHub
mrbrahman commented on issue #10250: URL: https://github.com/apache/iceberg/issues/10250#issuecomment-2084281224 The problem was the commented out parameter. Apparently I had to set it thus: ~~~sql set `spark.sql.iceberg.planning.preserve-data-grouping` = true; ~~~ Once th

[I] Getting storage partitioned join to work [iceberg]

2024-04-29 Thread via GitHub
mrbrahman opened a new issue, #10250: URL: https://github.com/apache/iceberg/issues/10250 ### Query engine Spark on AWS EMR 6.15 ### Question Trying to get Storage Partitioned join to work in a simple test case, but not successful. I followed most of the settings mentio