Browse Source

[metastore] Fix filtering by partition

Jenny Kim 9 năm trước cách đây
mục cha
commit
2b518e6

+ 1 - 1
apps/metastore/src/metastore/templates/describe_partitions.mako

@@ -248,7 +248,7 @@ ${ assist.assistPanel() }
 
         $.ajax({
           type: "POST",
-          url: "/metastore/table/default/blog/partitions",
+          url: '/metastore/table/' + '${ database }' + '/' + '${ table.name }' + '/partitions',
           data: _postData,
           success: function (data) {
             self.values(data.partition_values_json);