| 796 | } |
| 797 | |
| 798 | Status ImpalaServer::AppendAuditEntry(const string& entry ) { |
| 799 | DCHECK(IsAuditEventLoggingEnabled()); |
| 800 | return audit_event_logger_->AppendEntry(entry); |
| 801 | } |
| 802 | |
| 803 | Status ImpalaServer::AppendLineageEntry(const string& entry ) { |
| 804 | DCHECK(IsLineageLoggingEnabled()); |
no test coverage detected