1. 31 10月, 2020 1 次提交
  2. 23 10月, 2020 1 次提交
  3. 29 9月, 2020 1 次提交
  4. 24 9月, 2020 1 次提交
  5. 23 9月, 2020 2 次提交
  6. 18 9月, 2020 4 次提交
  7. 17 9月, 2020 4 次提交
    • Z
      + fix logging call placeholders number · 6989eb3d
      zavakid 提交于
      6989eb3d
    • Z
      = code cleanup · df245960
      zavakid 提交于
        - for loop replaceable with enhanced 'for' loop
        - using diamond in generic type
        - collapse try catch exception
        - using try-with-resource
        - using  List#sort instead of Collections#sort
        - replaced lambda with method reference
        - using native compare method to compare numbers
        - using switch instead of if for in ESSyncUtil
      df245960
    • Z
      = remove unused improt · 43c23ffb
      zavakid 提交于
      43c23ffb
    • Z
      = cold cleanup · e7658879
      zavakid 提交于
        * using lambda if possible (we are already building in Java8)
        * using diamond when new generic instance
        * remove used improt
      e7658879
  8. 16 9月, 2020 1 次提交
  9. 22 8月, 2020 2 次提交
  10. 20 8月, 2020 10 次提交
  11. 13 3月, 2020 1 次提交
  12. 09 3月, 2020 1 次提交
  13. 05 3月, 2020 2 次提交
    • A
      fixed format · afbf1252
      agapple 提交于
      afbf1252
    • A
      client-adapter 写入kudu (#2396) · b2b2a825
      agapple 提交于
      * client-adapter 提交写入kudu适配器
      
      * kudu etl 处理数据缓存提交问题
      
      * Update KuduTemplate.java
      
      * 1.写入kudu前获取元数据方式更改
      2.解决etl批量导入kudu数据少量丢失问题
      
      * 1.修改文件头注释
      2.调整kudu更新事件update为upsert
      b2b2a825
  14. 28 2月, 2020 9 次提交