Skip to content

Commit

Permalink
Fix compilation errors
Browse files Browse the repository at this point in the history
  • Loading branch information
sumeet-db committed Apr 15, 2024
1 parent a553cf5 commit e9963f4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1910,7 +1910,7 @@ trait OptimisticTransactionImpl extends TransactionalWrite
postCommitSnapshot
}

class FileSystemBasedCommitStore(deltaLog: DeltaLog) extends CommitStore {
class FileSystemBasedCommitStore(val deltaLog: DeltaLog) extends CommitStore {
override def commit(
logStore: LogStore,
hadoopConf: Configuration,
Expand Down

0 comments on commit e9963f4

Please sign in to comment.