Skip to content

Commit 735b750

Browse files
committed
docs(weekly): update with eric's comments
Signed-off-by: Chojan Shang <[email protected]>
1 parent 553b91f commit 735b750

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

website/blog/2023-03-17-databend-weekly-85.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "This Week in Databend #85"
33
date: 2023-03-17
44
slug: 2023-03-17-databend-weekly
55
tags: [databend, weekly]
6-
description: "Get to know the latest updates on Databend this week!"
6+
description: "Stay up to date with the latest weekly developments on Databend!"
77
contributors:
88
- name: andylokandy
99
- name: ariesdevil
@@ -74,7 +74,7 @@ FROM (SELECT t.id, t.name, to_date(t.timestamp) FROM @mystage t)
7474
FILE_FORMAT = (type = parquet) PATTERN='.*parquet';
7575
```
7676

77-
This feature avoids storing pre-transformed data in temporary tables and supports column reordering, column omission, and type conversion operation. In addition, partial data can be loaded from staged Parquet files or their columns can be rearranged. This feature simplifies and streamlines ETL processes, allowing users to focus on data analysis rather than mechanically moving it.
77+
This feature avoids storing pre-transformed data in temporary tables and supports column reordering, column omission, and type conversion operation. In addition, partial data can be loaded from staged Parquet files or their columns can be rearranged. This feature simplifies and streamlines ETL processes, allowing uses to give more attentions on the data analysis without considering how to move their data.
7878

7979
If you're interested, check the following documentation:
8080

@@ -128,7 +128,7 @@ If you are interested in this Rust trick, you can read this PR: [feat: improve t
128128

129129
System tables are tables that provide information about Databend's internal state, such as databases, tables, functions, and settings.
130130

131-
If you are interested in creating system tables, you may want to check out our recently released documentation which introduces the implementation, registration, and testing of system tables using the `system.credits` table as an example.
131+
If you're interested in creating a system table, check out our recently released documentation which introduces the implementation, registration, and testing of system tables, using the `system.credits` table as an example.
132132

133133
Here is a code snippet:
134134

@@ -152,9 +152,8 @@ let table_info = TableInfo {
152152

153153
Here are some noteworthy items recorded here, perhaps you can find something that interests you.
154154

155-
- We suggest users to consider `unset max_storage_io_requests` to use `num_cpu` as the default value when upgrading to **1.0.17-nightly** and above.
156-
- Now Databend can integrate with MindsDB to provide users with machine learning workflow support. *[Bringing in-database ML to Databend](https://mindsdb.com/integrations/databend-machine-learning)*
157-
- If you happen to use HDFS and are interested in Databend, why not try our WebHDFS storage backend? This blog post may be helpful for you. *[How to Configure WebHDFS as a Storage Backend for Databend](https://databend.rs/blog/2023-03-13-webhdfs-storage-for-backend)*
155+
- MindsDB's machine learning capability has now been integrated into Databend: *[Bringing in-database ML to Databend](https://mindsdb.com/integrations/databend-machine-learning)*
156+
- Are you interested in using WebHDFS as the storage for Databend? This blog post may be helpful for you. *[How to Configure WebHDFS as a Storage Backend for Databend](https://databend.rs/blog/2023-03-13-webhdfs-storage-for-backend)*
158157

159158
## What's Up Next
160159

@@ -175,7 +174,7 @@ SELECT QUANTILE([0.25, 0.5, 0.75])(number) FROM numbers(25);
175174

176175
[Feature: quantile support list and add functions kurtosis() and skewness()](https://github.com/datafuselabs/databend/issues/10589)
177176

178-
Additionally, the `kurtosis(x)` and `skewness(x)` mentioned in this problem may also be a good starting point for contributing to Databend.
177+
Additionally, the `kurtosis(x)` and `skewness(x)` mentioned in this issue seem a good starting point for contributing to Databend.
179178

180179
Please let us know if you're interested in contributing to this issue, or pick up a good first issue at <https://link.databend.rs/i-m-feeling-lucky> to get started.
181180

0 commit comments

Comments
 (0)