jzhuge commented on code in PR #17499:
URL: https://github.com/apache/iceberg/pull/17499#discussion_r3873858756


##########
docs/docs/spark-configuration.md:
##########
@@ -207,6 +207,7 @@ val spark = SparkSession.builder()
 | spark.sql.iceberg.executor-cache.max-total-size        | 134217728 (128MB)   
                                           | Max total executor cache size 
(bytes)                                                                         
                  |
 | spark.sql.iceberg.executor-cache.locality.enabled      | false               
                                           | Enables locality-aware executor 
cache usage                                                                     
                |
 | spark.sql.iceberg.merge-schema                         | false               
                                           | Enables modifying the table schema 
to match the write schema. Only adds missing columns                            
             |
+| spark.sql.iceberg.view.schema-binding-mode             | BINDING             
                                           | Coercion applied to view columns: 
`BINDING` (widening only), `COMPENSATION` (any ANSI cast)                       
              |

Review Comment:
   nit: 
   
   ```
   `COMPENSATION` (Permits any ANSI cast, which can truncate values or fail at 
runtime)             
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to