You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@hive.apache.org by GitBox <gi...@apache.org> on 2020/07/22 15:10:05 UTC

[GitHub] [hive] kgyrtkirk commented on a change in pull request #1271: HIVE-23851: MSCK REPAIR Command With Partition Filtering Fails While Dropping Partitions

kgyrtkirk commented on a change in pull request #1271:
URL: https://github.com/apache/hive/pull/1271#discussion_r458866179



##########
File path: standalone-metastore/metastore-server/pom.xml
##########
@@ -204,6 +204,11 @@
       <artifactId>hive-storage-api</artifactId>
       <version>${storage-api.version}</version>
     </dependency>
+    <dependency>
+      <groupId>org.apache.hive</groupId>
+      <artifactId>hive-serde</artifactId>

Review comment:
       `TypeInfo` and friends in the metastore...I don't think we want to do it :)
   I don't yet have a concreate idea how to avoid it - because in case we want to evaluate partition values correctly we would need the same stuff we use on the ql side...
   
   technically this dependency means that if we want to move out the metastore - we should also take the serde stuff with it...




----------------------------------------------------------------
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: gitbox-unsubscribe@hive.apache.org
For additional commands, e-mail: gitbox-help@hive.apache.org