1. 27 8月, 2020 1 次提交
    • R
      [Pulsar SQL] Fix Pulsar SQL CI test (#7898) · 656b1306
      ran 提交于
      ### Motivation
      
      Currently, the Pulsar SQL CI test is blocked. 
      
      ### Modifications
      
      1. Build a new docker image before CI test to make sure the latest changes are covered.
      2. Remove the config `distributed-joins-enabled` in the `$PULSAR_HOME/conf/presto/config.properties`, this config was discarded in presto version `332`.
      3. Add the config `-Dpresto-temporarily-allow-java8=true` in `$PULSAR_HOME/conf/presto/jvm.config`, this config is needed if use Java 8 environment.
      4. The ClientBuilder will be loaded by two different ClassLoaders, in the Pulsar SQL CI test the ClientBuilder will be created by unexpected ClassLoader, we need to specify the ClassLoader for it.
      656b1306
  2. 14 8月, 2020 1 次提交
    • Fix security vulnerabilities of Pulsar (#7801) · 855ee939
      冉小龙 提交于
      ### Motivation
      
      Based on the scan results of `Black Duck`, we found that there are security vulnerabilities in the components currently used by pulsar, some are directly referenced by pulsar, and some are indirectly referenced by the pulsar.
      855ee939
  3. 28 7月, 2020 1 次提交
  4. 16 7月, 2020 1 次提交
  5. 14 6月, 2020 1 次提交
    • Y
      Upgrade Presto version to 332 (#7194) · 5d02c70b
      Yuya Ebihara 提交于
      * Upgrade Presto version to 332
      
      * Update LICENSE file in pulsar-sql module
      
      * Wrap ClassLoaderSafeConnectorMetadata around PulsarMetadata
      
      * Update LICENSE file in pulsar-sql module
      5d02c70b
  6. 11 6月, 2020 1 次提交
  7. 01 3月, 2020 1 次提交
  8. 13 2月, 2020 1 次提交
  9. 10 12月, 2019 1 次提交
  10. 26 9月, 2019 1 次提交
  11. 25 6月, 2019 1 次提交
  12. 16 4月, 2019 1 次提交
  13. 16 2月, 2019 1 次提交
  14. 09 12月, 2018 1 次提交
  15. 08 12月, 2018 1 次提交
  16. 11 10月, 2018 1 次提交
  17. 21 9月, 2018 1 次提交
  18. 29 8月, 2018 1 次提交
    • B
      Package Presto with Pulsar for SQL integration (#2428) · f36f3752
      Boyang Jerry Peng 提交于
      * packaging presto with pulsar
      
      * cleaning up distribution
      
      * removing commented out lines
      
      * cleaning up comments
      
      * fix bug
      
      * moving pulsar config dir
      
      * adding missing header files
      
      * add dependencies to license
      
      * reorganizing project
      
      * adding new presto distribution
      
      * refactoring build and licenses
      
      * remove commented out code
      
      * addressing comments
      f36f3752
  19. 07 8月, 2018 1 次提交