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

Conversation

Sidonet
Copy link
Owner

@Sidonet Sidonet commented Apr 15, 2021

No description provided.

sanjulian and others added 30 commits May 6, 2020 01:35
…e the directory for all of the temporary files
Signed-off-by: shaofengshi <shaofengshi@apache.org>
Support custom date formats for partition date column.
… 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;
Signed-off-by: shaofengshi <shaofengshi@apache.org>
shaofengshi and others added 29 commits December 30, 2020 16:34
* create hfile on hadoop hdfs and distcp to hbase hdfs

* code style

Co-authored-by: zhangrusong <zhangrusong@ke.com>
… havingFilter correctly (#1529)

* KYLIN-4682 Fix java.lang.IndexOutOfBoundsException due to not setting havingFilter correctly

* KYLIN-4682 Add test cases
Expires after 3 years
* KYLIN-4855 kylin.metrics.prefix bug fix

* KYLIN-4855 kylin.metrics.prefix bug fix
…1605)

* skip update metrics for queries that hit no realization

* use string empty check
…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
@Sidonet Sidonet merged commit 3f2cd2c into Sidonet:master Apr 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet