Commit 58c6ded
committed
materialize-iceberg: do not limit result set size
We must handle arbitrarily large result sets for load queries, and the default 1
GiB limit is not compatible with that requirement.
This change removes the limit for result set size. It is possible that the Spark
driver itself will OOM if the result set is too large, and in that case the user
will need to set higher limits for the EMR Application.1 parent 9beaea7 commit 58c6ded
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
148 | | - | |
| 148 | + | |
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
| |||
0 commit comments