1. 31 7月, 2018 1 次提交
  2. 30 7月, 2018 1 次提交
  3. 28 7月, 2018 5 次提交
    • G
      FinalizingFieldAccessPostAggregator: Fix serde. (#6067) · c57f4a5d
      Gian Merlino 提交于
      Fixes #6063.
      c57f4a5d
    • S
      Fix ClassNotFoundException in druid-kerberos extension (#4776) · b0ecfee1
      Stas Sukhanov 提交于
      Class org.apache.hadoop.conf.Configuration inside extensions should be used with caution.
      By default, the configuration uses the context class loader of the current thread set to the
      class loader used to load the application. Because of isolation between the application and
      extensions we must explicitely set the class loader to extension class loader to be able
      load classes specified in hadoop configuration file.
      b0ecfee1
    • B
      Remove redundant type parameters and enforce some other style and inspection rules (#5980) · 331a0afb
      Benedict Jin 提交于
      * Various changes about druid-services module
      
      * Patch improvements from reviewer
      
      * Add ToArrayCallWithZeroLengthArrayArgument & ArraysAsListWithZeroOrOneArgument into inspection profile
      
      * Fix ArraysAsListWithZeroOrOneArgument
      
      * Fix conflict
      
      * Fix ToArrayCallWithZeroLengthArrayArgument
      
      * Fix AliEqualsAvoidNull
      
      * Remove blank line
      
      * Remove unused import clauses
      
      * Fix code style in TopNQueryRunnerTest
      
      * Fix conflict
      
      * Don't use Collections.singletonList when converting the type of array type
      
      * Add argLine into maven-surefire-plugin in druid-process module & increase the timeout value for testMoveSegment testcase
      
      * Roll back the latest commit
      
      * Add java.io.File#toURL() into druid-forbidden-apis
      
      * Using Boolean.parseBoolean instead of Boolean.valueOf for CliCoordinator#isOverlord
      
      * Add a new regexp element into stylecode xml file
      
      * Fix style error for new regexp
      
      * Set the level of ArraysAsListWithZeroOrOneArgument as WARNING
      
      * Fix style error for new regexp
      
      * Add option BY_LEVEL for ToArrayCallWithZeroLengthArrayArgument in inspection profile
      
      * Roll back the level as ToArrayCallWithZeroLengthArrayArgument as ERROR
      
      * Add toArray(new Object[0]) regexp into checkstyle config file & fix them
      
      * Set the level of ArraysAsListWithZeroOrOneArgument as ERROR & Roll back the level of ToArrayCallWithZeroLengthArrayArgument as WARNING until Youtrack fix it
      
      * Add a comment for string equals regexp in checkstyle config
      
      * Fix code format
      
      * Add RedundantTypeArguments as ERROR level inspection
      
      * Fix cannot resolve symbol datasource
      331a0afb
    • S
      Add the correct createdTime to waiting tasks (#6060) · 74ae73df
      Surekha 提交于
      74ae73df
    • J
  4. 27 7月, 2018 2 次提交
  5. 26 7月, 2018 1 次提交
  6. 25 7月, 2018 2 次提交
  7. 22 7月, 2018 1 次提交
  8. 21 7月, 2018 3 次提交
  9. 20 7月, 2018 2 次提交
  10. 19 7月, 2018 1 次提交
  11. 18 7月, 2018 2 次提交
  12. 14 7月, 2018 1 次提交
  13. 12 7月, 2018 5 次提交
  14. 11 7月, 2018 1 次提交
    • G
      Extend various test timeouts. (#5978) · 948e73da
      Gian Merlino 提交于
      False failures on Travis due to spurious timeout (in turn due to noisy
      neighbors) is a bigger problem than legitimate failures taking too long
      to time out. So it makes sense to extend timeouts.
      948e73da
  15. 10 7月, 2018 1 次提交
  16. 09 7月, 2018 1 次提交
    • S
      Support limit for timeseries query (#5894) (#5931) · 441c9819
      Surekha 提交于
      * Support limit for timeseries query (#5894)
      
      * Fix tests
      
      * Address PR comments
      
      * Try to fix teamcity inspection checks
      
      * Remove unused method from VirtualColumns
      
      * Remove unused import statement
      441c9819
  17. 07 7月, 2018 1 次提交
  18. 06 7月, 2018 4 次提交
  19. 05 7月, 2018 4 次提交
  20. 04 7月, 2018 1 次提交