Kishore G
Kishore G
Ananth Packkildurai
Ananth Packkildurai
Sunitha
01/27/2019, 5:37 PMJackie
01/29/2019, 4:40 AMKishore G
Sunitha
01/30/2019, 5:57 PMgit push --delete origin <tag>
. I just deleted v0.002 and confirmed its gone as expected.
If you have concerns with this, please reach out before noonSunitha
01/30/2019, 9:24 PMSunitha
01/30/2019, 10:01 PMSunitha
01/31/2019, 6:04 PMAnanth Packkildurai
Sunitha
01/31/2019, 6:07 PMKishore G
Ananth Packkildurai
Seunghyun
01/31/2019, 10:04 PM0.1.0-SNAPSHOT
as part of apache release preparation. https://github.com/apache/incubator-pinot/pull/3772
1. If your build script is hardcoding on 0.016
version, please make the change.
2. For creating a binary distribution tarbell, u need to run mvn install -Pbin-dist -DskipTests
.Shireen Nagdive
02/12/2019, 10:33 PMShireen Nagdive
02/12/2019, 10:33 PMMayank
Shireen Nagdive
02/12/2019, 10:35 PMChang Wu
02/16/2019, 10:07 AMChinmay Soman
02/25/2019, 5:42 PMCombineService:141 - Data schema inconsistency between merged block schema:
Is this expected ?Chinmay Soman
02/25/2019, 5:43 PMDataSchema -> isTypeCompatibleWith
seems to check this:
if (!Arrays.equals(_columnNames, anotherDataSchema._columnNames)) {
which makes me believe it doesn't handle schema evolution. Just checking if this is a real issue or am I doing something wrongMayank
Mayank
Mayank
Chinmay Soman
02/25/2019, 5:46 PMChinmay Soman
02/25/2019, 5:47 PMMayank
Chinmay Soman
02/25/2019, 5:49 PM