Skip to content

Commit

Permalink
WIp.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tang8330 committed Jun 18, 2024
1 parent 626c5f5 commit d6a2593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/s3/s3.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ func (s *Store) ObjectPrefix(tableData *optimization.TableData) string {
return strings.Join([]string{fqTableName, yyyyMMDDFormat}, "/")
}

func (s *Store) Append(tableData *optimization.TableData) error {
func (s *Store) Append(tableData *optimization.TableData, _ bool) error {
// There's no difference in appending or merging for S3.
return s.Merge(tableData)
}
Expand Down

0 comments on commit d6a2593

Please sign in to comment.