We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60fb338 commit e7e5545Copy full SHA for e7e5545
buffer.go
@@ -898,7 +898,7 @@ func (b *buffer) At(ts time.Time, sendTs bool) error {
898
b.DiscardPendingMsg()
899
return fmt.Errorf("table name was not provided: %w", errInvalidMsg)
900
}
901
- if !b.hasTags && !b.hasFields {
+ if !b.hasTags && !b.hasFields && !sendTs {
902
903
return fmt.Errorf("no symbols or columns were provided: %w", errInvalidMsg)
904
0 commit comments