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

commit 716222555ca2eed2d94e07a41dbe810a48d2a19d
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

Reply via email to