소스 검색

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