wgtmac commented on code in PR #522:
URL: https://github.com/apache/parquet-format/pull/522#discussion_r2329073548


##########
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  |

Review Comment:
   ```suggestion
   | `{"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  |
   ```



##########
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  |

Review Comment:
   For better alignment



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to