flyrain opened a new pull request #2330: URL: https://github.com/apache/iceberg/pull/2330
https://github.com/apache/iceberg/issues/2309 A unit test is added. Besides here is the integration test with Apache Spark 3.0.2: ``` spark-sql> describe table extended local.db.table; 21/03/13 00:22:33 INFO BaseMetastoreCatalog: Table loaded by catalog: local.db.table 21/03/13 00:22:35 INFO CodeGenerator: Code generated in 242.060932 ms 21/03/13 00:22:35 INFO CodeGenerator: Code generated in 11.30419 ms id bigint data string # Partitioning Not partitioned # Detailed Table Information Name local.db.table Location /Users/yufei/Downloads/spark-3.0.2-bin-hadoop2.7/warehouse/db/table Provider iceberg Owner yufei Table Properties [current-snapshot-id=none,format=iceberg/parquet] Time taken: 3.503 seconds, Fetched 12 row(s) 21/03/13 00:22:35 INFO SparkSQLCLIDriver: Time taken: 3.503 seconds, Fetched 12 row(s) ``` ---------------------------------------------------------------- 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: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
