Skip to content

Commit

Permalink
revert test parquet tag
Browse files Browse the repository at this point in the history
  • Loading branch information
kaidaguerre committed Nov 13, 2024
1 parent 6df1854 commit f6e6dbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rows/cloudtrail.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ type CloudTrailLog struct {
ErrorCode *string `json:"errorCode,omitempty"`
ErrorMessage *string `json:"errorMessage,omitempty"`
EventID string `json:"eventID"`
EventName string `json:"eventName" parquet:"type=JSON"`
EventName string `json:"eventName"`
EventSource string `json:"eventSource"`
EventTime *time.Time `json:"eventTime"`
EventType string `json:"eventType"`
Expand Down

0 comments on commit f6e6dbc

Please sign in to comment.