浏览代码

[metastore] Fix filtering by partition

Jenny Kim 9 年之前
父节点
当前提交
2b518e6
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      apps/metastore/src/metastore/templates/describe_partitions.mako

+ 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);