You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by si...@apache.org on 2021/11/02 03:03:05 UTC

[hudi] branch asf-site updated: [HUDI-2627] Fix unsupported query instant time format in quickstart page (#3881)

This is an automated email from the ASF dual-hosted git repository.

sivabalan pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/hudi.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 3ddd286  [HUDI-2627] Fix unsupported query instant time format in quickstart page (#3881)
3ddd286 is described below

commit 3ddd2861f15e77c164cac56a4cc7f184f0f38c44
Author: xuhhui <sz...@163.com>
AuthorDate: Tue Nov 2 11:02:52 2021 +0800

    [HUDI-2627] Fix unsupported query instant time format in quickstart page (#3881)
---
 website/docs/quick-start-guide.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website/docs/quick-start-guide.md b/website/docs/quick-start-guide.md
index 4845616..1e33090 100644
--- a/website/docs/quick-start-guide.md
+++ b/website/docs/quick-start-guide.md
@@ -333,7 +333,7 @@ spark.read.
 
 spark.read.
   format("hudi").
-  option("as.of.instant", "2021-07-28 14: 11: 08").
+  option("as.of.instant", "2021-07-28 14:11:08").
   load(basePath)
 
 // It is equal to "as.of.instant = 2021-07-28 00:00:00"