Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update from repo #9

Merged
merged 343 commits into from
Apr 15, 2021
Merged

Update from repo #9

merged 343 commits into from
Apr 15, 2021
This pull request is big! We’re only showing the most recent 250 commits.

Commits on May 5, 2020

  1. Configuration menu
    Copy the full SHA
    f78c2f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    23aad89 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    50c374b View commit details
    Browse the repository at this point in the history

Commits on May 6, 2020

  1. Configuration menu
    Copy the full SHA
    5c69a12 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3788e0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1142469 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bbe9be3 View commit details
    Browse the repository at this point in the history
  5. KYLIN-4385 Only hdfs is appendable

    hit-lacus authored and nichunen committed May 6, 2020
    Configuration menu
    Copy the full SHA
    24cd662 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f45d21d View commit details
    Browse the repository at this point in the history

Commits on May 8, 2020

  1. Configuration menu
    Copy the full SHA
    dca6b80 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2020

  1. KYLIN-4407 fix IT

    kyotoYaho authored and nichunen committed May 11, 2020
    Configuration menu
    Copy the full SHA
    a174194 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2020

  1. Configuration menu
    Copy the full SHA
    17da7e5 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2020

  1. Configuration menu
    Copy the full SHA
    3774cae View commit details
    Browse the repository at this point in the history
  2. KYLIN-4494 fix missing 'hive-hcatalog-core.jar' error when running cu…

    …be build with spark
    zzcclp authored and shaofengshi committed May 14, 2020
    Configuration menu
    Copy the full SHA
    3fb5309 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2020

  1. Configuration menu
    Copy the full SHA
    e7ab5df View commit details
    Browse the repository at this point in the history

Commits on May 18, 2020

  1. Configuration menu
    Copy the full SHA
    372f4dd View commit details
    Browse the repository at this point in the history
  2. KYLIN-4415 HTable Creation with Retry

    kyotoYaho authored and nichunen committed May 18, 2020
    Configuration menu
    Copy the full SHA
    20353a3 View commit details
    Browse the repository at this point in the history
  3. KYLIN-4416 Disable htable compaction

    kyotoYaho authored and nichunen committed May 18, 2020
    Configuration menu
    Copy the full SHA
    0327429 View commit details
    Browse the repository at this point in the history
  4. KYLIN-4414 add a property jobTempDir for AbstractHadoopJob to indicat…

    …e the directory for all of the temporary files
    kyotoYaho authored and nichunen committed May 18, 2020
    Configuration menu
    Copy the full SHA
    981cc27 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8d2a53f View commit details
    Browse the repository at this point in the history
  6. KYLIN-4417 Use hash rather than random to avoid potential issue in Co…

    …nvergeCuboidDataPartitioner
    kyotoYaho authored and nichunen committed May 18, 2020
    Configuration menu
    Copy the full SHA
    beb976a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7886a24 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2020

  1. Configuration menu
    Copy the full SHA
    a471808 View commit details
    Browse the repository at this point in the history
  2. KYLIN-4394 Update kylin dependency

    Signed-off-by: shaofengshi <shaofengshi@apache.org>
    zhangayqian authored and shaofengshi committed May 22, 2020
    Configuration menu
    Copy the full SHA
    9164cc5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    51cb30e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c5573dc View commit details
    Browse the repository at this point in the history
  5. KYLIN-4495 Support custom date formats for partition date column

    Support custom date formats for partition date column.
    zzcclp authored and shaofengshi committed May 22, 2020
    Configuration menu
    Copy the full SHA
    ca5255c View commit details
    Browse the repository at this point in the history
  6. add ut

    zzcclp authored and shaofengshi committed May 22, 2020
    Configuration menu
    Copy the full SHA
    2c3f681 View commit details
    Browse the repository at this point in the history
  7. KYLIN-2971 Fix the wrong "Realization Names" and missing "Cuboid Ids"…

    … in logQuery when hit cache
    
    Problems:
    1. The value of "Realization Names" in logQuery is wrong when query two different sqls within the same thread and second sql hits cache:
    Example:
     1). query Q1 hit project P1 and cube C1;
     2). query Q2 hit project P2 and cube C2 in the same thread with Q1;
     3). Q1 comes again and hits cache, it will show project P1 and cube C2. However, it should be cube C1.
    
    2. Missing "Cuboid Ids" in logQuery when hit cache in a new thread which does not have OLAPContext;
    
    Solutions:
    1. Call 'OLAPContext.clearThreadLocalContexts()' before a query starts;
    2. Get "Cuboid Ids" from SQLResponse when "OLAPContext.getThreadLocalContexts()" is null;
    zzcclp authored and shaofengshi committed May 22, 2020
    Configuration menu
    Copy the full SHA
    b8d55d0 View commit details
    Browse the repository at this point in the history
  8. KYLIN-4508 Add more unit tests for core-metrics module

    Signed-off-by: shaofengshi <shaofengshi@apache.org>
    kyotoYaho authored and shaofengshi committed May 22, 2020
    Configuration menu
    Copy the full SHA
    2d718c8 View commit details
    Browse the repository at this point in the history
  9. KYLIN-4508 Add more unit tests for MR module

    Signed-off-by: shaofengshi <shaofengshi@apache.org>
    allenma authored and shaofengshi committed May 22, 2020
    Configuration menu
    Copy the full SHA
    e220b9a View commit details
    Browse the repository at this point in the history
  10. KYLIN-4432 duplicated queries with sytax error take unexpect long tim…

    …e when lazy query enabled (#1167)
    
    * KYLIN-4432 duplicated queries with sytax error take unexpect long time when lazy query enabled
    xiacongling committed May 22, 2020
    Configuration menu
    Copy the full SHA
    6342bc5 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    fdf0d8f View commit details
    Browse the repository at this point in the history

Commits on May 23, 2020

  1. Configuration menu
    Copy the full SHA
    24f0063 View commit details
    Browse the repository at this point in the history
  2. minor, a log format issue

    shaofengshi committed May 23, 2020
    Configuration menu
    Copy the full SHA
    dfd0af7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    178c737 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2020

  1. KYLIN-4469 Fix clone model error

    zhangayqian authored and nichunen committed May 25, 2020
    Configuration menu
    Copy the full SHA
    c3b1f0c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d896fce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5fd7249 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    94b707f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b0fadb0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    873d42c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7437c1a View commit details
    Browse the repository at this point in the history
  8. KYLIN-4496: Metric data missing

    tianhui5 authored and nichunen committed May 25, 2020
    Configuration menu
    Copy the full SHA
    278aaba View commit details
    Browse the repository at this point in the history

Commits on May 26, 2020

  1. Configuration menu
    Copy the full SHA
    3605d70 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2020

  1. KYLIN-4523 Fix 'LinkageError' error after upgrading httpclient versio…

    …n to 4.3.6
    
    Problems:
    After upgrading httpclient version to 4.3.6, on CDH 5.7 env it will lead to LinkageError occured, because it loades 'HttpContext' class in two different ClassLoader (CustomizedWebappClassloader and AppClassLoader):
    
    Error message below:
    java.lang.LinkageError: loader constraint violation: when resolving method "org.apache.http.protocol.HttpCoreContext.<init>(Lorg/apache/http/protocol/HttpContext;)V" the class loader (instance of org/apache/kylin/ext/CustomizedWebappClassloader) of the current class, org/apache/http/client/protocol/HttpClientContext, and the class loader (instance of sun/misc/Launcher$AppClassLoader) for the method's defining class, org/apache/http/protocol/HttpCoreContext, have different Class objects for the type org/apache/http/protocol/HttpContext used in the signature
    zzcclp authored and nichunen committed May 27, 2020
    Configuration menu
    Copy the full SHA
    fc5bf0a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab37ac4 View commit details
    Browse the repository at this point in the history
  3. KYLIN-4521 make the default-time-filter enable

    Signed-off-by: shaofengshi <shaofengshi@apache.org>
    zhangrusong authored and shaofengshi committed May 27, 2020
    Configuration menu
    Copy the full SHA
    52edac1 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2020

  1. Configuration menu
    Copy the full SHA
    84064d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f815c4f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    03e67bc View commit details
    Browse the repository at this point in the history
  4. KYLIN-4507 Override getSocketAddress() in TCPMemcachedNodeImpl to aut…

    …o detect memcached instance ip change
    kyotoYaho authored and nichunen committed May 28, 2020
    Configuration menu
    Copy the full SHA
    a585119 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2020

  1. KYLIN-4524 system-cube.sh script can't work

    Problems:
    There are some issues in script 'system-cube.sh':
    1. can not create database 'KYLIN' in hive;
    2. the parameter 'sample_database' is error;
    zzcclp authored and hit-lacus committed May 29, 2020
    Configuration menu
    Copy the full SHA
    ead437a View commit details
    Browse the repository at this point in the history

Commits on May 30, 2020

  1. KYLIN-4343 Build Global Dict by MR/Hive, configuration

    wangxiaojing authored and hit-lacus committed May 30, 2020
    Configuration menu
    Copy the full SHA
    4a7c568 View commit details
    Browse the repository at this point in the history
  2. KYLIN-4345 Build Global Dict by MR/Hive, Parallel Part Build

     Step implementation
    wangxiaojing authored and hit-lacus committed May 30, 2020
    Configuration menu
    Copy the full SHA
    85b7832 View commit details
    Browse the repository at this point in the history
  3. KYLIN-4346 Build Global Dict by MR/Hive, Parallel Total Build

     Step implementation
    wangxiaojing authored and hit-lacus committed May 30, 2020
    Configuration menu
    Copy the full SHA
    428de35 View commit details
    Browse the repository at this point in the history
  4. KYLIN-4344 Build Global Dict by MR/Hive, Extract Fact Table

     Distinct Columns Step
    wangxiaojing authored and hit-lacus committed May 30, 2020
    Configuration menu
    Copy the full SHA
    ad954b7 View commit details
    Browse the repository at this point in the history
  5. KYLIN-4366 Build Global Dict by MR/Hive, Merge to dict table

     Step implementation
    wangxiaojing authored and hit-lacus committed May 30, 2020
    Configuration menu
    Copy the full SHA
    3e50581 View commit details
    Browse the repository at this point in the history
  6. KYLIN-4367 Build Global Dict by MR/Hive, Replace intermediate

     table Step implementation
    wangxiaojing authored and hit-lacus committed May 30, 2020
    Configuration menu
    Copy the full SHA
    5addc9d View commit details
    Browse the repository at this point in the history
  7. KYLIN-4347 Spark engine BatchCubingJobBuilder implementation

    wangxiaojing authored and hit-lacus committed May 30, 2020
    Configuration menu
    Copy the full SHA
    4ebf403 View commit details
    Browse the repository at this point in the history
  8. KYLIN-4348 Fix distributed concurrency lock bug

    wangxiaojing authored and hit-lacus committed May 30, 2020
    Configuration menu
    Copy the full SHA
    17ae024 View commit details
    Browse the repository at this point in the history
  9. KYLIN-4368 Global domain dict for MR/Hive global dict

    wangxiaojing authored and hit-lacus committed May 30, 2020
    Configuration menu
    Copy the full SHA
    276f79b View commit details
    Browse the repository at this point in the history
  10. KYLIN-4342 Build Global Dict by MR/Hive New Version, fix

     some potential bugs, such as null pointer exceptions
    wangxiaojing authored and hit-lacus committed May 30, 2020
    Configuration menu
    Copy the full SHA
    a2489aa View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5731f43 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2020

  1. Configuration menu
    Copy the full SHA
    ed7658d View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2020

  1. Configuration menu
    Copy the full SHA
    fefd5f6 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2020

  1. Configuration menu
    Copy the full SHA
    b497de8 View commit details
    Browse the repository at this point in the history
  2. KYLIN-4305 Streaming Receiver cannot limit income query

     request or cancel long-running query
    hit-lacus committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    f19890c View commit details
    Browse the repository at this point in the history
  3. KYLIN-4539 Spark build failed due to com.codahale.metrics.json.Metric…

    …sModule loaded from kylin job jar
    guangxuCheng authored and nichunen committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    c844743 View commit details
    Browse the repository at this point in the history
  4. KYLIN-4491 Support presto pushdown (#1209)

    * KYLIN-4491 Support presto pushdown
    
    * KYLIN-4491 add function to default.xml
    
    * KYLIN-4491 modify default.xml config
    
    * KYLIN-4491 modify getJdbcConnector config
    
    Co-authored-by: fanfanAlice <18611532909@163.com>
    fanfanAlice and lifanfanAlice committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    cef1093 View commit details
    Browse the repository at this point in the history
  5. KYLIN-4480 runtime non-equi join

    lxian authored and nichunen committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    1fce51e View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2020

  1. Upgrade calcite to 1.16.0-kylin-r5

    zzcclp authored and hit-lacus committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    5d592b9 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2020

  1. Configuration menu
    Copy the full SHA
    d14eef5 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2020

  1. Fix IT

    hit-lacus committed Jun 8, 2020
    Configuration menu
    Copy the full SHA
    cc4aae8 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2020

  1. KYLIN-4104 Fix multi jdbc bug

    zhangayqian authored and hit-lacus committed Jun 9, 2020
    Configuration menu
    Copy the full SHA
    12e4ad9 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2020

  1. Configuration menu
    Copy the full SHA
    874f3e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c170594 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2020

  1. Configuration menu
    Copy the full SHA
    8eff3ee View commit details
    Browse the repository at this point in the history
  2. Minor, refactor

    - disbale setting kylin config
    - add check for database name
    - add check for command parameter
    RupengWang authored and shaofengshi committed Jun 11, 2020
    Configuration menu
    Copy the full SHA
    7322b5f View commit details
    Browse the repository at this point in the history
  3. KYLIN-4477 Resolve Issue: Use secure TLSv1.3 instead of insecure TLS

    Signed-off-by: shaofengshi <shaofengshi@apache.org>
    mahirkabir authored and shaofengshi committed Jun 11, 2020
    Configuration menu
    Copy the full SHA
    ecc39ef View commit details
    Browse the repository at this point in the history
  4. KYLIN-4478 Resolve Issue: Use secure AES/CFB/PKCS5Padding instead of …

    …insecure AES/ECB/PKCS5Padding
    
    Signed-off-by: shaofengshi <shaofengshi@apache.org>
    mahirkabir authored and shaofengshi committed Jun 11, 2020
    Configuration menu
    Copy the full SHA
    dadc1dd View commit details
    Browse the repository at this point in the history
  5. KYLIN-4478 fix unit test

    shaofengshi committed Jun 11, 2020
    Configuration menu
    Copy the full SHA
    0884c27 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2020

  1. KYLIN-4355 add ut

    hit-lacus committed Jun 14, 2020
    Configuration menu
    Copy the full SHA
    faa15ad View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2020

  1. Configuration menu
    Copy the full SHA
    6aeaf23 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c9c723f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d494b8d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    70521fd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6bd5b43 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f13771e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    67f347b View commit details
    Browse the repository at this point in the history
  8. KYLIN-4487 Backend support for auto-migration to allow user to do cub…

    …e migration by self service
    kyotoYaho authored and hit-lacus committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    a0ef189 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c5d1a39 View commit details
    Browse the repository at this point in the history
  10. KYLIN-4488 Revert KYLIN-2999

    kyotoYaho authored and hit-lacus committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    e0d92d1 View commit details
    Browse the repository at this point in the history
  11. KYLIN-4488 Frontend support for auto-migration to allow user to do cu…

    …be migration by self service
    kyotoYaho authored and hit-lacus committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    569552d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d502c52 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    2e2a4df View commit details
    Browse the repository at this point in the history
  14. KYLIN-4485 Minor fix

    kyotoYaho authored and hit-lacus committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    36fa31b View commit details
    Browse the repository at this point in the history
  15. KYLIN-4429 Auto convert filter date values to date format string when…

    … the related column type is string
    kyotoYaho authored and hit-lacus committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    b5ef6dd View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    5a65eb2 View commit details
    Browse the repository at this point in the history
  17. KYLIN-4571 Add config kylin.metrics.event-time-zone for indicating Re…

    …cordEventTimeDetail time zone
    kyotoYaho authored and hit-lacus committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    53aeb70 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2020

  1. KYLIN-4512 Update NOTICE

    hit-lacus authored and shaofengshi committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    0caa23d View commit details
    Browse the repository at this point in the history
  2. KYLIN-4573 Add option to indicate whether to close file for every app…

    …end for Hive Producer
    kyotoYaho authored and hit-lacus committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    616e066 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d05a23f View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2020

  1. KYLIN-4577 Throws UnrecognizedPropertyException when server self disc…

    …overy enables
    
    Problem:
    When server self discovery enables, it throws UnrecognizedPropertyException on some env, for example: cdh 5.7.
    
    Root cause:
    The json of ServiceInstance is incompatible, related to the issue of curator:  https://issues.apache.org/jira/browse/CURATOR-394
    zzcclp authored and hit-lacus committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    6fc39b4 View commit details
    Browse the repository at this point in the history
  2. KYLIN-4499 Refine waiting time for initialization

    yanghong's PR #1268
    zzcclp authored and hit-lacus committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    121f8d2 View commit details
    Browse the repository at this point in the history
  3. KYLIN-3832 Disable all convert and quote behavior for postgresql

    From the documentation, we know that when quoted, identifier is case sensitive, which is not easy to fix. So we cannot support reserved word as identifier, which is rare.
    hit-lacus committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    77cbfc4 View commit details
    Browse the repository at this point in the history
  4. KYLIN-4371 Fix ut

    hit-lacus committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    8d0fc5d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    996d249 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2020

  1. KYLIN-4597 Fix NPE when download diagnosis info for a job

    Problems:
    When download diagnosis info for a job, it throws NPE.
    
    Solutions:
    Don't replace '-' to '' for job id, which will change the value of job id and can't find the job.
    zzcclp authored and hit-lacus committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    9e700ab View commit details
    Browse the repository at this point in the history
  2. KYLIN-4598 Missing dependency when run kylin.sh org.apache.kylin.*

    Problems:
    It throws 'NoClassDefFoundError: org/apache/kafka/clients/producer/Producer' when run kylin.sh org.apache.kylin.source.kafka.util.KafkaSampleProducer.
    
    Solutions:
    Add 'export kafka_dependency' before export HBASE_CLASSPATH in kylin.sh
    zzcclp authored and hit-lacus committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    c02bb74 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2020

  1. Configuration menu
    Copy the full SHA
    8346c30 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f49f7df View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ec1b5d0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e7444d2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    99317f4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5fd125e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    046eb3e View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2020

  1. Configuration menu
    Copy the full SHA
    a70707f View commit details
    Browse the repository at this point in the history
  2. KYLIN-4617 Check whether project/jobid exists before download diagnos…

    …is package
    
    When download diagnosis package, it's better to check whether project/jobid exists, if not, it raise a BadRequestException with XXX doesn't exist instead of NPE.
    zzcclp authored and hit-lacus committed Jul 5, 2020
    Configuration menu
    Copy the full SHA
    59b0bf3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f21fe28 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a603716 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2020

  1. KYLIN-4618 Upgrade kylin docker image for kylin 3.1.0

    Upgrade kylin docker image for kylin 3.1.0
    zzcclp authored and hit-lacus committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    331e296 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff8b0db View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2020

  1. KYLIN-4578 TableNotFoundException is thrown when kylin.storage.hbase.…

    …table-name-prefix is set to lowercase
    guangxuCheng authored and hit-lacus committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    2c70819 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    43c3ef8 View commit details
    Browse the repository at this point in the history
  3. KYLIN-4342 Fix incorrect database

    kyotoYaho authored and hit-lacus committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    f9ef8c6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    be93dec View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a4cf4b2 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2020

  1. Configuration menu
    Copy the full SHA
    a60bcf8 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2020

  1. Configuration menu
    Copy the full SHA
    434babf View commit details
    Browse the repository at this point in the history
  2. KYLIN-4633 Fix CI

    zhangayqian authored and hit-lacus committed Jul 13, 2020
    Configuration menu
    Copy the full SHA
    d48e1aa View commit details
    Browse the repository at this point in the history
  3. KYLIN-4606 throw olap exception msg and pushdown exception msg when o…

    …lap query and pushdown both error
    bigxiaochu authored and hit-lacus committed Jul 13, 2020
    Configuration menu
    Copy the full SHA
    cc101ce View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    17dcf01 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2848bef View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2020

  1. Configuration menu
    Copy the full SHA
    41563af View commit details
    Browse the repository at this point in the history
  2. KYLIN-4576 add some hint of password length

    tianhui5 authored and shaofengshi committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    3d52aa6 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2020

  1. Create maven.yml

    shaofengshi committed Jul 23, 2020
    Configuration menu
    Copy the full SHA
    2b79145 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2020

  1. KYLIN-4653 Make the capacity for the LinkedBlockingQueue of BlockingR…

    …eservoir configurable
    bigxiaochu authored and hit-lacus committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    8e44f57 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2020

  1. Configuration menu
    Copy the full SHA
    2abbffd View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2020

  1. Configuration menu
    Copy the full SHA
    159a0ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d7ffc2e View commit details
    Browse the repository at this point in the history
  3. minor, api format

    Signed-off-by: shaofengshi <shaofengshi@apache.org>
    shaofengshi committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    ec726a4 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2020

  1. Configuration menu
    Copy the full SHA
    b168c95 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c3f53a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    07afb67 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0010522 View commit details
    Browse the repository at this point in the history
  5. set flink job name shown in resource manager

    zhangrusong authored and hit-lacus committed Aug 9, 2020
    Configuration menu
    Copy the full SHA
    5c643e2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8ebe418 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ce63232 View commit details
    Browse the repository at this point in the history
  8. 修正命中pattern

    zhangrusong authored and hit-lacus committed Aug 9, 2020
    Configuration menu
    Copy the full SHA
    6a3a169 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2020

  1. Revert "minor, api format"

    This reverts commit ec726a4.
    shaofengshi committed Aug 10, 2020
    Configuration menu
    Copy the full SHA
    2012da4 View commit details
    Browse the repository at this point in the history
  2. minor, api format

    Signed-off-by: shaofengshi <shaofengshi@apache.org>
    shaofengshi committed Aug 10, 2020
    Configuration menu
    Copy the full SHA
    363ebea View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2020

  1. Configuration menu
    Copy the full SHA
    2e937c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a058b41 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5b2f32f View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2020

  1. Configuration menu
    Copy the full SHA
    28c21ef View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2020

  1. Configuration menu
    Copy the full SHA
    58049c1 View commit details
    Browse the repository at this point in the history
  2. Fix sonar vulunerability issues (#1363)

    * minor, fix sonar reported potential vulnerability issues
    
    * minor, fix sonar reported minor vulnerability issues
    
    * minor, fix integration test
    
    * minor, fix IT
    shaofengshi committed Aug 18, 2020
    Configuration menu
    Copy the full SHA
    a032bce View commit details
    Browse the repository at this point in the history
  3. minor, fix sonar reported bugs

    shaofengshi authored and hit-lacus committed Aug 18, 2020
    Configuration menu
    Copy the full SHA
    2d08169 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2020

  1. Configuration menu
    Copy the full SHA
    bfbb724 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2020

  1. KYLIN-4515 fix error with sending mail on ssl (#1214)

    Here is context of this problem:https://www.mail-archive.com/user@kylin.apache.org/msg04009.html
    
    When we set `starttlsEnabled` to true, specify a ssl port as 465,  emails could not be sent by this ssl port, It still use 25 default port. 
    
    The root cause is, with such config above, HTMLEmail client doesn't enable ssl connection, so we need to enable ssl connection by `setSSLOnConnect` as well when using ssl port.
    chenqingspring committed Aug 22, 2020
    Configuration menu
    Copy the full SHA
    d8060b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    26b2646 View commit details
    Browse the repository at this point in the history
  3. KYLIN-4585 Add cube count column for project table (#1277)

    Co-authored-by: tianhui5 <tianhui5@xiaomi.com>
    MorningLight5 and tianhui5 committed Aug 22, 2020
    Configuration menu
    Copy the full SHA
    0b9456c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    571466a View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2020

  1. minor, fix sonar reported bugs (#1368)

    * minor, fix sonar reported bugs
    
    * minor, fix sonar
    
    * minor, code format
    shaofengshi committed Aug 23, 2020
    Configuration menu
    Copy the full SHA
    0b936eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    80e924e View commit details
    Browse the repository at this point in the history
  3. KYLIN-4628: Fail to use custom measure type when specifying cube to q…

    …uery
    tianhui5 authored and hit-lacus committed Aug 23, 2020
    Configuration menu
    Copy the full SHA
    4efe9fc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0f3c945 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    91120ae View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7b8d820 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    81f3757 View commit details
    Browse the repository at this point in the history
  8. KYLIN-4561 overall job number statistics in monitor page is incorrect…

    … after change the job status
    guangxuCheng authored and hit-lacus committed Aug 23, 2020
    Configuration menu
    Copy the full SHA
    781fbe0 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2020

  1. Configuration menu
    Copy the full SHA
    e6d9fb0 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2020

  1. Configuration menu
    Copy the full SHA
    b519ecd View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2020

  1. Configuration menu
    Copy the full SHA
    f6278fa View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2020

  1. Update the documentation to specify a given container name for docker…

    … run/exec commands
    yanghua authored and hit-lacus committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    f14a25d View commit details
    Browse the repository at this point in the history
  2. Update AbstractHadoopJob.java

    goby-ao authored and hit-lacus committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    85f421d View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2020

  1. KYLIN-4753 Merging job stop working after Kylin upgrade

    Xi Chen authored and hit-lacus committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    3c21e72 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d79fa0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5a883a6 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2020

  1. KYLIN-4755 Error while compiling generated Java code when using Kylin…

    … UDF in "case when"
    guangxuCheng authored and hit-lacus committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    e590750 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2020

  1. Configuration menu
    Copy the full SHA
    65e1a70 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    88cebbd View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2020

  1. Configuration menu
    Copy the full SHA
    6ce494c View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2020

  1. Configuration menu
    Copy the full SHA
    2cabd08 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb86a84 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2020

  1. Configuration menu
    Copy the full SHA
    52fceb5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de8f4ae View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2020

  1. Configuration menu
    Copy the full SHA
    f551e5a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    84d9fff View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2020

  1. User info update logic is not correct

    Ted-Jiang authored and hit-lacus committed Oct 10, 2020
    Configuration menu
    Copy the full SHA
    443c252 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa37255 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2a734f1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    35fe9ad View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d86ec25 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2020

  1. Configuration menu
    Copy the full SHA
    b7622a6 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2020

  1. Configuration menu
    Copy the full SHA
    1fed374 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2020

  1. Configuration menu
    Copy the full SHA
    c6200f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c81806 View commit details
    Browse the repository at this point in the history
  3. KYLIN-4771 Clear the recordCachePool when the deadline has reached;ad…

    …d timeout for the recordCachePool offer method.
    ggKe authored and hit-lacus committed Oct 18, 2020
    Configuration menu
    Copy the full SHA
    6096f08 View commit details
    Browse the repository at this point in the history
  4. Fix code to pass the UT

    ggKe authored and hit-lacus committed Oct 18, 2020
    Configuration menu
    Copy the full SHA
    cb42aca View commit details
    Browse the repository at this point in the history
  5. KYLIN-4626 add set kylin home shell

    bigxiaochu authored and hit-lacus committed Oct 18, 2020
    Configuration menu
    Copy the full SHA
    fb4cdb3 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2020

  1. Configuration menu
    Copy the full SHA
    2353abe View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2020

  1. Create CONTRIBUTING.md

    joey-yoonsung authored and shaofengshi committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    af1e59f View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2020

  1. Configuration menu
    Copy the full SHA
    7636919 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2020

  1. Configuration menu
    Copy the full SHA
    9f3406a View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2020

  1. KYLIN-4819 build cube failed when `kylin.metadata.hbase-client-retrie…

    …s-number` great than 1
    guangxuCheng authored and hit-lacus committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    ec4285f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    911dd23 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2020

  1. FIX KYLIN-4810

    zhengshengjun authored and hit-lacus committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    f04d1d8 View commit details
    Browse the repository at this point in the history
  2. FIX KYLIN-4810, Add some tips and test case

    zhengshengjun authored and hit-lacus committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    3e12b6d View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2020

  1. Configuration menu
    Copy the full SHA
    048228b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fffc3e9 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2020

  1. KYLIN-4838 fix KYLIN-4679 bug

    bigxiaochu authored and hit-lacus committed Dec 10, 2020
    Configuration menu
    Copy the full SHA
    592b710 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2020

  1. Configuration menu
    Copy the full SHA
    65c3ee5 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2020

  1. Remove redundant code

    joey-yoonsung authored and hit-lacus committed Dec 15, 2020
    Configuration menu
    Copy the full SHA
    1bbff13 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2020

  1. Proofread README

    Made the README more legible for native english speakers
    nikshepsvn authored and hit-lacus committed Dec 16, 2020
    Configuration menu
    Copy the full SHA
    fd9f12b View commit details
    Browse the repository at this point in the history
  2. KYLIN-4837 optimize CubeMigrationCLI

    bigxiaochu authored and hit-lacus committed Dec 16, 2020
    Configuration menu
    Copy the full SHA
    70656b8 View commit details
    Browse the repository at this point in the history
  3. KYLIN-4836 fix CubeMigrationCLI bug

    bigxiaochu authored and hit-lacus committed Dec 16, 2020
    Configuration menu
    Copy the full SHA
    930daaf View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2020

  1. [KYLIN-4702] Correct cube-level snapshot path when the related

    snapshot can be reused when doing cube migration.
    Ted-Jiang authored and hit-lacus committed Dec 18, 2020
    Configuration menu
    Copy the full SHA
    6b616e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47f8e54 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2020

  1. Configuration menu
    Copy the full SHA
    fe04ca8 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2020

  1. Configuration menu
    Copy the full SHA
    7cca1c2 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2020

  1. Configuration menu
    Copy the full SHA
    9a3e5a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0abf206 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c962a23 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2021

  1. KYLIN-4833 create hfile on hadoop hdfs and distcp to hbase hdfs (#1494)

    * create hfile on hadoop hdfs and distcp to hbase hdfs
    
    * code style
    
    Co-authored-by: zhangrusong <zhangrusong@ke.com>
    fengpod and zhangrusong committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    804334f View commit details
    Browse the repository at this point in the history
  2. KYLIN-4682 Fix java.lang.IndexOutOfBoundsException due to not setting…

    … havingFilter correctly (#1529)
    
    * KYLIN-4682 Fix java.lang.IndexOutOfBoundsException due to not setting havingFilter correctly
    
    * KYLIN-4682 Add test cases
    kyotoYaho committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    92e8d75 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5c12d08 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2021

  1. Configuration menu
    Copy the full SHA
    0250081 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2021

  1. Configuration menu
    Copy the full SHA
    6203bf8 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2021

  1. Add Xiaoxiang's new key

    Expires after 3 years
    hit-lacus committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    8a79bce View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2021

  1. Configuration menu
    Copy the full SHA
    985ff83 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2021

  1. KYLIN-4855 kylin.metrics.prefix bug fix (#1536)

    * KYLIN-4855 kylin.metrics.prefix bug fix
    
    * KYLIN-4855 kylin.metrics.prefix bug fix
    wolfboys committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    d1c99d7 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2021

  1. Configuration menu
    Copy the full SHA
    9d7ee86 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2021

  1. fix bug: real-time stream don't support GMT-N timezone and other non-…

    …derived time columns
    liukun4515 authored and hit-lacus committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    88205b9 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2021

  1. Configuration menu
    Copy the full SHA
    3f3f114 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2021

  1. Configuration menu
    Copy the full SHA
    1b4716a View commit details
    Browse the repository at this point in the history
  2. KYLIN-4863 Cache files are used globally to speed up the startup afte…

    …r the first time
    wolfboys authored and hit-lacus committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    b4a4672 View commit details
    Browse the repository at this point in the history
  3. KYLIN-4929 skip update metrics for queries that hit no realization (#…

    …1605)
    
    * skip update metrics for queries that hit no realization
    
    * use string empty check
    xiacongling committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    448d38a View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2021

  1. KYLIN-4921: New rowkey for streamv2 source config and fix bug that ca…

    …n't create same name table in diff project (#1604)
    
    * support diff project with same stream name
    
    * fix bug: when create duplicated table, the original stream table can't be deleted
    liukun4515 committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    decb4ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d6073d2 View commit details
    Browse the repository at this point in the history
  3. KYLIN-4667 Automatically set kylin.query.cache-signature-enabled to b…

    …e true when memcached is enabled (#1540)
    Ted-Jiang committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    49d7b9b View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2021

  1. [KYLIN-4940] Implement the step of "Extract Dictionary from Global Di…

    …ctionary" for spark cubing engine
    Ted-Jiang authored and hit-lacus committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    5be135c View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2021

  1. [KYLIN-4938] remove segment by UUID

    Ted-Jiang authored and hit-lacus committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    715aa6e View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2021

  1. KYLIN-4826 JobRunner should not do onExecuteError or onExecuteFinishe…

    …d if it has lost the job lock
    kyotoYaho authored and hit-lacus committed Apr 2, 2021
    Configuration menu
    Copy the full SHA
    22322a0 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2021

  1. Configuration menu
    Copy the full SHA
    e44aee2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    25b8a88 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ca08012 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2021

  1. [KYLIN-4955] fix typo in KYLIN UI when not set dictionary for count_d…

    …istinct measure.
    Ted-Jiang authored and hit-lacus committed Apr 12, 2021
    Configuration menu
    Copy the full SHA
    4921031 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2021

  1. Configuration menu
    Copy the full SHA
    69368b0 View commit details
    Browse the repository at this point in the history