You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@linkis.apache.org by pe...@apache.org on 2022/03/01 02:29:19 UTC

[incubator-linkis] branch dev-1.1.0-datasource updated (6a58e71 -> 58c411c)

This is an automated email from the ASF dual-hosted git repository.

peacewong pushed a change to branch dev-1.1.0-datasource
in repository https://gitbox.apache.org/repos/asf/incubator-linkis.git.


    from 6a58e71  Merge pull request #1578 from casionone/dev-1.1.0-datasource
     new 8443879  Clean up the connection cache in metadata; Enable not to fetch all partition info form table; (#1506)
     new 48d3de5  Enable to fetch properties of partition in Hive datasource (#1506)
     new cc9613b  Fix the deserialization problem in MetadataGetPartitionsResult
     new 0b2f300  mvn spotless to format the code
     new 58c411c  Merge pull request #1583 from Davidhua1996/dev-1.1.0-datasource

The 1987 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../response/MetadataGetPartitionsResult.scala     |  12 ++-
 .../service/impl/DataSourceInfoServiceImpl.java    |   9 +-
 .../common/service/AbstractMetaService.java        |  40 +++++++-
 .../common/service/MetadataDbService.java          |  22 ++++-
 .../server/restful/MetadataCoreRestful.java        |  41 +++++++++
 .../server/service/MetadataAppService.java         |  19 ++++
 .../service/impl/MetadataAppServiceImpl.java       |  26 ++++++
 .../metadatamanager/service/HiveMetaService.java   | 102 +++++++++++++++------
 8 files changed, 232 insertions(+), 39 deletions(-)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@linkis.apache.org
For additional commands, e-mail: commits-help@linkis.apache.org