Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: apache/doris-shade
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: doris-shade-2.1.0
Choose a base ref
...
head repository: apache/doris-shade
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 3 commits
  • 3 files changed
  • 2 contributors

Commits on Jun 27, 2024

  1. Upgrade paimon to 0.8.1 (#46)

    CalvinKirs authored Jun 27, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    c84872a View commit details

Commits on Oct 11, 2024

  1. Upgrade paimon to 0.9.0 (#47)

    CalvinKirs authored Oct 11, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    1168dbd View commit details
  2. Bump org.apache.avro:avro from 1.11.3 to 1.11.4 in /hive-catalog-shade (

    #49)
    
    Bumps org.apache.avro:avro from 1.11.3 to 1.11.4.
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.avro:avro
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 11, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    e02ff0d View commit details
Showing with 8 additions and 4 deletions.
  1. +4 −0 CHANGE-LOG.md
  2. +3 −3 hive-catalog-shade/pom.xml
  3. +1 −1 pom.xml
4 changes: 4 additions & 0 deletions CHANGE-LOG.md
Original file line number Diff line number Diff line change
@@ -4,6 +4,10 @@
#### 2.1.0
- Upgrade paimon to 0.8.0
- Upgrade bcpkix-jdkon15 dependency to bcpkix-jdkon18
#### 2.1.1
- Upgrade paimon to 0.8.1
#### 2.1.2
- Upgrade paimon to 0.9.0
### 2.0
#### 2.0.0
- upgrade avro to 1.11.3
6 changes: 3 additions & 3 deletions hive-catalog-shade/pom.xml
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@ under the License.
<parent>
<groupId>org.apache.doris</groupId>
<artifactId>doris-shade</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.2-SNAPSHOT</version>
</parent>

<artifactId>hive-catalog-shade</artifactId>
@@ -31,8 +31,8 @@ under the License.
<hadoop.version>3.3.6</hadoop.version>
<hive.storage.api.version>2.8.1</hive.storage.api.version>
<iceberg-hive-metastore.version>1.4.3</iceberg-hive-metastore.version>
<paimon-hive-metastore.version>0.8.0</paimon-hive-metastore.version>
<avro.version>1.11.3</avro.version>
<paimon-hive-metastore.version>0.9.0</paimon-hive-metastore.version>
<avro.version>1.11.4</avro.version>
<ivy.version>2.5.2</ivy.version>
<parquet.version>1.13.1</parquet.version>
<bcpkix.version>1.78.1</bcpkix.version>
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@ under the License.
</parent>
<groupId>org.apache.doris</groupId>
<artifactId>doris-shade</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.2-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Archetype - doris-shade</name>
<url>https://doris.apache.org</url>