Re: [DISCUSS] RELEASE_NOTES for the upcoming Apache IoTDB (incubating) 0.9.1

2019-12-25 Thread Jialin Qiao
Hi,

Looks good.

Best,
Jialin Qiao

Lei Rui  于2019年12月25日周三 下午5:14写道:

> Sounds good. Thanks for your advice.
>
>
> The RELEASE_NOTES is now updated as follows:
>
> ---
> # Apache IoTDB (incubating) 0.9.1
> ## Bug Fixes
> - IOTDB-317 Fix a bug that "flush + wrong aggregation query" causes the
> following queries to fail
> - IOTDB-324 Fix inaccurate statistics when writing in batch
> - IOTDB-327 Fix a groupBy-without-value-filter query bug caused by the
> wrong page skipping logic
> - IOTDB-331 Fix a groupBy query bug when axisOrigin-startTimeOfWindow is
> an integral multiple of interval
> - IOTDB-359 Fix a wrong-data-type bug in TsFileSketchTool
> - IOTDB-360 Fix bug of a deadlock in CompressionRatio
> - IOTDB-363 Fix link errors in Development-Contributing.md and add
> Development-Document.md
> - IOTDB-392 Fix a bug in CSV export tool
> - Fix apache rat header format error in some files
> ## Miscellaneous changes
> - IOTDB-321 Add definitions of time expression and LEVEL in related
> documents
> - Support pypi distribution for Python client
>
> ---
> Regards,
> Lei Rui
>
>
>
>
> On 12/25/2019 17:05,Xiangdong Huang wrote:
> Hi,
>
> How about put "- Support pypi distribution for Python Client" into
> "Miscellaneous changes"?
> As python client is supported in 0.9.0 (but users have to compile the
> source to get the library), PyPi is just for letting users obtain the
> library easier.
>
> ---
> Xiangdong Huang
> School of Software, Tsinghua University
>
> 黄向东
> 清华大学 软件学院
>
>
> Lei Rui  于2019年12月25日周三 下午4:23写道:
>
> Hi all,
>
>
> I am the release manager of the upcoming Apache IoTDB (incubating) 0.9.1.
> I have just finished a draft of RELEASE_NOTES.md and I want to invite you
> to help me check that.
> Here is the content:
>
>
> ---
> # Apache IoTDB (incubating) 0.9.1
> ## New Features
> - Support pypi distribution for Python Client
> ## Bug Fixes
> - IOTDB-317 Fix a bug that "flush + wrong aggregation query" causes the
> following queries to fail
> - IOTDB-324 Fix inaccurate statistics when write batch
> - IOTDB-327 Fix a groupBy-without-value-filter query bug caused by the
> wrong page skipping logic
> - IOTDB-331 Fix a groupBy query bug when axisOrigin-startTimeOfWindow is
> an integral multiple of interval
> - IOTDB-359 Fix a wrong-data-type bug in TsFileSketchTool
> - IOTDB-360 Fix bug of a deadlock in CompressionRatio
> - IOTDB-363 Fix link errors in Development-Contributing.md and add
> Development-Document.md
> - IOTDB-392 Fix a bug in CSV export tool
> - Fix apache rat header format error in some files
> ## Miscellaneous changes
> - IOTDB-321 Add definitions of time expression and LEVEL in related
> documents
>
>
> ---
>
>
> Regards,
> Lei Rui
>
>
>
>
>

-- 
—
Jialin Qiao
School of Software, Tsinghua University

乔嘉林
清华大学 软件学院


[DISCUSS] RELEASE_NOTES for the upcoming Apache IoTDB (incubating) 0.9.1

2019-12-25 Thread Lei Rui
Sounds good. Thanks for your advice.


The RELEASE_NOTES is now updated as follows:
---
# Apache IoTDB (incubating) 0.9.1
## Bug Fixes
- IOTDB-317 Fix a bug that "flush + wrong aggregation query" causes the 
following queries to fail
- IOTDB-324 Fix inaccurate statistics when writing in batch
- IOTDB-327 Fix a groupBy-without-value-filter query bug caused by the wrong 
page skipping logic
- IOTDB-331 Fix a groupBy query bug when axisOrigin-startTimeOfWindow is an 
integral multiple of interval
- IOTDB-359 Fix a wrong-data-type bug in TsFileSketchTool
- IOTDB-360 Fix bug of a deadlock in CompressionRatio
- IOTDB-363 Fix link errors in Development-Contributing.md and add 
Development-Document.md
- IOTDB-392 Fix a bug in CSV export tool
- Fix apache rat header format error in some files
## Miscellaneous changes
- IOTDB-321 Add definitions of time expression and LEVEL in related documents
- Support pypi distribution for Python client
---
Regards,
Lei Rui




On 12/25/2019 17:05,Xiangdong Huang wrote:
Hi,

How about put "- Support pypi distribution for Python Client" into
"Miscellaneous changes"?
As python client is supported in 0.9.0 (but users have to compile the
source to get the library), PyPi is just for letting users obtain the
library easier.

---
Xiangdong Huang
School of Software, Tsinghua University

黄向东
清华大学 软件学院


Lei Rui  于2019年12月25日周三 下午4:23写道:

Hi all,


I am the release manager of the upcoming Apache IoTDB (incubating) 0.9.1.
I have just finished a draft of RELEASE_NOTES.md and I want to invite you
to help me check that.
Here is the content:

---
# Apache IoTDB (incubating) 0.9.1
## New Features
- Support pypi distribution for Python Client
## Bug Fixes
- IOTDB-317 Fix a bug that "flush + wrong aggregation query" causes the
following queries to fail
- IOTDB-324 Fix inaccurate statistics when write batch
- IOTDB-327 Fix a groupBy-without-value-filter query bug caused by the
wrong page skipping logic
- IOTDB-331 Fix a groupBy query bug when axisOrigin-startTimeOfWindow is
an integral multiple of interval
- IOTDB-359 Fix a wrong-data-type bug in TsFileSketchTool
- IOTDB-360 Fix bug of a deadlock in CompressionRatio
- IOTDB-363 Fix link errors in Development-Contributing.md and add
Development-Document.md
- IOTDB-392 Fix a bug in CSV export tool
- Fix apache rat header format error in some files
## Miscellaneous changes
- IOTDB-321 Add definitions of time expression and LEVEL in related
documents

---


Regards,
Lei Rui






Re: [DISCUSS] RELEASE_NOTES for the upcoming Apache IoTDB (incubating) 0.9.1

2019-12-25 Thread Xiangdong Huang
Hi,

How about put "- Support pypi distribution for Python Client" into
"Miscellaneous changes"?
As python client is supported in 0.9.0 (but users have to compile the
source to get the library), PyPi is just for letting users obtain the
library easier.

---
Xiangdong Huang
School of Software, Tsinghua University

 黄向东
清华大学 软件学院


Lei Rui  于2019年12月25日周三 下午4:23写道:

> Hi all,
>
>
> I am the release manager of the upcoming Apache IoTDB (incubating) 0.9.1.
> I have just finished a draft of RELEASE_NOTES.md and I want to invite you
> to help me check that.
> Here is the content:
>
> ---
> # Apache IoTDB (incubating) 0.9.1
> ## New Features
> - Support pypi distribution for Python Client
> ## Bug Fixes
> - IOTDB-317 Fix a bug that "flush + wrong aggregation query" causes the
> following queries to fail
> - IOTDB-324 Fix inaccurate statistics when write batch
> - IOTDB-327 Fix a groupBy-without-value-filter query bug caused by the
> wrong page skipping logic
> - IOTDB-331 Fix a groupBy query bug when axisOrigin-startTimeOfWindow is
> an integral multiple of interval
> - IOTDB-359 Fix a wrong-data-type bug in TsFileSketchTool
> - IOTDB-360 Fix bug of a deadlock in CompressionRatio
> - IOTDB-363 Fix link errors in Development-Contributing.md and add
> Development-Document.md
> - IOTDB-392 Fix a bug in CSV export tool
> - Fix apache rat header format error in some files
> ## Miscellaneous changes
> - IOTDB-321 Add definitions of time expression and LEVEL in related
> documents
>
> ---
>
>
> Regards,
> Lei Rui
>
>
>
>


[DISCUSS] RELEASE_NOTES for the upcoming Apache IoTDB (incubating) 0.9.1

2019-12-25 Thread Lei Rui
Hi all,


I am the release manager of the upcoming Apache IoTDB (incubating) 0.9.1. 
I have just finished a draft of RELEASE_NOTES.md and I want to invite you to 
help me check that.
Here is the content:
---
# Apache IoTDB (incubating) 0.9.1
## New Features
- Support pypi distribution for Python Client
## Bug Fixes
- IOTDB-317 Fix a bug that "flush + wrong aggregation query" causes the 
following queries to fail
- IOTDB-324 Fix inaccurate statistics when write batch
- IOTDB-327 Fix a groupBy-without-value-filter query bug caused by the wrong 
page skipping logic
- IOTDB-331 Fix a groupBy query bug when axisOrigin-startTimeOfWindow is an 
integral multiple of interval
- IOTDB-359 Fix a wrong-data-type bug in TsFileSketchTool
- IOTDB-360 Fix bug of a deadlock in CompressionRatio
- IOTDB-363 Fix link errors in Development-Contributing.md and add 
Development-Document.md
- IOTDB-392 Fix a bug in CSV export tool
- Fix apache rat header format error in some files
## Miscellaneous changes
- IOTDB-321 Add definitions of time expression and LEVEL in related documents
---


Regards,
Lei Rui