[ https://issues.apache.org/jira/browse/HIVE-8950?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16906516#comment-16906516 ]
Hive QA commented on HIVE-8950: ------------------------------- Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/12977512/HIVE-8950.10.patch {color:green}SUCCESS:{color} +1 due to 14 test(s) being added or modified. {color:red}ERROR:{color} -1 due to 28 failed/errored test(s), 16765 tests executed *Failed tests:* {noformat} org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver[cast_datetime_with_sql_2016_format] (batchId=87) org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver[create_view_partitioned] (batchId=41) org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver[manyViewJoin] (batchId=39) org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver[nested_column_pruning] (batchId=38) org.apache.hadoop.hive.cli.TestMiniLlapLocalCliDriver.testCliDriver[vector_partitioned_date_time] (batchId=183) org.apache.hadoop.hive.cli.TestMiniLlapLocalCliDriver.testCliDriver[vectorized_parquet_types] (batchId=180) org.apache.hadoop.hive.cli.TestNegativeCliDriver.testCliDriver[hms_using_serde_alter_table_update_columns] (batchId=102) org.apache.hadoop.hive.cli.TestSparkCliDriver.testCliDriver[parquet_vectorization_decimal_date] (batchId=127) org.apache.hadoop.hive.cli.TestSparkCliDriver.testCliDriver[parquet_vectorization_part] (batchId=146) org.apache.hadoop.hive.cli.TestSparkCliDriver.testCliDriver[parquet_vectorization_part_project] (batchId=129) org.apache.hadoop.hive.cli.TestSparkCliDriver.testCliDriver[parquet_vectorization_part_varchar] (batchId=146) org.apache.hadoop.hive.llap.cache.TestBuddyAllocator.testMTT[2] (batchId=361) org.apache.hadoop.hive.metastore.TestObjectStore.testDirectSQLDropParitionsCleanup (batchId=233) org.apache.hadoop.hive.metastore.TestObjectStore.testDirectSQLDropPartitionsCacheCrossSession (batchId=233) org.apache.hadoop.hive.metastore.TestObjectStore.testPartitionOps (batchId=233) org.apache.hadoop.hive.metastore.client.TestAddPartitions.testAddPartitionNullSd[Embedded] (batchId=223) org.apache.hadoop.hive.metastore.client.TestAddPartitions.testAddPartitionNullSd[Remote] (batchId=223) org.apache.hadoop.hive.metastore.client.TestAddPartitions.testAddPartitionsNullSd[Embedded] (batchId=223) org.apache.hadoop.hive.metastore.client.TestAddPartitions.testAddPartitionsNullSd[Remote] (batchId=223) org.apache.hadoop.hive.metastore.client.TestAddPartitionsFromPartSpec.testAddPartitionSpecNullSd[Embedded] (batchId=225) org.apache.hadoop.hive.metastore.client.TestAddPartitionsFromPartSpec.testAddPartitionSpecNullSd[Remote] (batchId=225) org.apache.hadoop.hive.ql.TestWarehouseExternalDir.testExternalDefaultPaths (batchId=274) org.apache.hadoop.hive.ql.parse.TestReplWithJsonMessageFormat.testViewsReplication (batchId=252) org.apache.hadoop.hive.ql.parse.TestReplicationScenarios.testViewsReplication (batchId=261) org.apache.hadoop.hive.ql.parse.TestReplicationScenariosExternalTables.externalTableReplicationWithDefaultPaths (batchId=259) org.apache.hadoop.hive.ql.parse.TestReplicationScenariosExternalTables.testExternalTablesIncReplicationWithConcurrentDropTable (batchId=259) org.apache.hadoop.hive.ql.parse.TestReplicationWithTableMigrationEx.testOnwerPropagation (batchId=265) org.apache.hadoop.hive.ql.parse.TestReplicationWithTableMigrationEx.testOnwerPropagationInc (batchId=265) {noformat} Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/18326/testReport Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/18326/console Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-18326/ Messages: {noformat} Executing org.apache.hive.ptest.execution.TestCheckPhase Executing org.apache.hive.ptest.execution.PrepPhase Executing org.apache.hive.ptest.execution.YetusPhase Executing org.apache.hive.ptest.execution.ExecutionPhase Executing org.apache.hive.ptest.execution.ReportingPhase Tests exited with: TestsFailedException: 28 tests failed {noformat} This message is automatically generated. ATTACHMENT ID: 12977512 - PreCommit-HIVE-Build > Add support in ParquetHiveSerde to create table schema from a parquet file > -------------------------------------------------------------------------- > > Key: HIVE-8950 > URL: https://issues.apache.org/jira/browse/HIVE-8950 > Project: Hive > Issue Type: Improvement > Reporter: Ashish Singh > Assignee: Ashish Singh > Priority: Major > Attachments: HIVE-8950.1.patch, HIVE-8950.10.patch, > HIVE-8950.2.patch, HIVE-8950.3.patch, HIVE-8950.4.patch, HIVE-8950.5.patch, > HIVE-8950.6.patch, HIVE-8950.7.patch, HIVE-8950.8.patch, HIVE-8950.9.patch, > HIVE-8950.patch > > > PARQUET-76 and PARQUET-47 ask for creating parquet backed tables without > having to specify the column names and types. As, parquet files store schema > in their footer, it is possible to generate hive schema from parquet file's > metadata. This will improve usability of parquet backed tables. -- This message was sent by Atlassian JIRA (v7.6.14#76016)