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/ranger
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: aakashnand/ranger
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 12 files changed
  • 2 contributors

Commits on Jan 21, 2024

  1. Update trino-plugin to be compatible with the latest Trino SPI (versi…

    …on 433)
    
    * update plugin-trino compatible with Trino SPI v433
    
    * update ranger-trino-plugin-shim compatible with Trino SPI v433
    
    * trino version = 433 on pom.xml
    okayhooni authored Jan 21, 2024
    Configuration menu
    Copy the full SHA
    d7e7241 View commit details
    Browse the repository at this point in the history
  2. Fix Nashorn compatibility Error

    Nashorn package was deprecated from JDK15 but the maintainer have
    provided workaround in following extensive guide
    
    https://github.com/szegedi/nashorn/wiki/Using-Nashorn-with-different-Java-versions
    aakashnand committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    1727d95 View commit details
    Browse the repository at this point in the history
  3. Add Unimplemented methods and add distro dependency to trino-module

    checkCanUpdateTableColumns
    checkCanAlterColumn
    aakashnand committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    a19fe10 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. Fix enunciate and nestedstructure plugin for jdk17 build

    enunciate version was upgraded to be able to build with jdk17 checkout
    stoicflame/enunciate#1087
    aakashnand committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    2210b76 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d60ba09 View commit details
    Browse the repository at this point in the history
Loading