This is an automated email from the ASF dual-hosted git repository.
dzamo pushed a commit to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/drill.git
The following commit(s) were added to refs/heads/gh-pages by this push:
new 68f7eb3 remove bad links (#2207)
68f7eb3 is described below
commit 68f7eb3449e84cbfd0e38c5f149df32586f8d241
Author: kingswanwho <[email protected]>
AuthorDate: Thu Apr 29 01:23:26 2021 +0800
remove bad links (#2207)
Co-authored-by: kingswanwho <[email protected]>
---
_docs/developer-information/design-docs/050-value-vectors.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/_docs/developer-information/design-docs/050-value-vectors.md
b/_docs/developer-information/design-docs/050-value-vectors.md
index fccc62c..105c6f0 100644
--- a/_docs/developer-information/design-docs/050-value-vectors.md
+++ b/_docs/developer-information/design-docs/050-value-vectors.md
@@ -4,7 +4,7 @@ slug: "Value Vectors"
parent: "Design Docs"
---
This document defines the data structures required for passing sequences of
-columnar data between
[Operators](https://docs.google.com/a/maprtech.com/document/d/1zaxkcrK9mYyfpGwX1kAV80z0PCi8abefL45zOzb97dI).
+columnar data between Operators.
## Goals
@@ -40,7 +40,7 @@ schema changes during the course of record iteration.
### Homogenous Value Types
-Each value in a Value Vector is of the same type. The [Record
Batch](https://docs.google.com/a/maprtech.com/document/d/1zaxkcrK9mYyfpGwX1kAV80z0PCi8abefL45zOzb97dI/)
implementation is responsible for
+Each value in a Value Vector is of the same type. The Record Batch
implementation is responsible for
creating a new Value Vector any time there is a change in schema.
## Definitions