You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2021/06/23 23:54:35 UTC

[GitHub] [iceberg] jhsenjaliya commented on issue #2725: lost table columns while making iceberg table accessible via hive by adding table property

jhsenjaliya commented on issue #2725:
URL: https://github.com/apache/iceberg/issues/2725#issuecomment-867231371


   Yes, I actually tried that as well, as following
   ```
   val table_props = new java.util.HashMap[String,String] { put("engine.hive.enabled","true") }
   val table=catalog.createTable(name, df1_schema, partition_spec, null, table_props );
   ```
   
   I also noticed that the on Spark 3.1.1 the table created has serde is LazySimpleSerDe whereas on spark 3.0.2 the serde is HiveIcebergSerDe so it looks like the problem with #2460 , the way the compatibility for spark 3.1.1 is added, which is not in merged yet.


-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org