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

gangwu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/parquet-format.git


The following commit(s) were added to refs/heads/master by this push:
     new c3f7be7  MINOR: Correct the EventObject in example for 
VariantShredding (#522)
c3f7be7 is described below

commit c3f7be7dc615de76910154d690c534768ba25d6f
Author: Congxian Qiu <[email protected]>
AuthorDate: Tue Sep 9 14:57:34 2025 +0800

    MINOR: Correct the EventObject in example for VariantShredding (#522)
---
 VariantShredding.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/VariantShredding.md b/VariantShredding.md
index 9f59838..4a98a31 100644
--- a/VariantShredding.md
+++ b/VariantShredding.md
@@ -210,7 +210,7 @@ The table below shows how the series of objects in the 
first column would be sto
 | `"malformed: not an object"`                                                 
      | `malformed: not an object`        | null          |                     
           |                                      |                             
 |                                    | Not an object (stored as Variant 
string)         |
 | `{"event_ts": 1729794240241, "click": "_button"}`                            
      | `{"click": "_button"}`            | non-null      | null                
           | null                                 | null                        
 | 1729794240241                      | Field `event_type` is missing           
         |
 | `{"event_type": null, "event_ts": 1729794954163}`                            
      | null                              | non-null      | `00` (field exists, 
is null)   | null                                 | null                        
 | 1729794954163                      | Field `event_type` is present and is 
null        |
-| `{"event_type": "noop", "event_ts": "2024-10-24"`                            
      | null                              | non-null      | null                
           | `noop`                               | `"2024-10-24"`              
 | null                               | Field `event_ts` is present but not a 
timestamp  |
+| `{"event_type": "noop", "event_ts": "2024-10-24"}`                           
      | null                              | non-null      | null                
           | `noop`                               | `"2024-10-24"`              
 | null                               | Field `event_ts` is present but not a 
timestamp  |
 | `{ }`                                                                        
      | null                              | non-null      | null                
           | null                                 | null                        
 | null                               | Object is present but empty             
         |
 | null                                                                         
      | `00` (null)                       | null          |                     
           |                                      |                             
 |                                    | Object/value is null                    
         |
 | missing                                                                      
      | null                              | null          |                     
           |                                      |                             
 |                                    | Object/value is missing                 
         |

Reply via email to