File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1026,11 +1026,11 @@ impl Stream {
1026
1026
record_batches : Vec < RecordBatch > ,
1027
1027
schema : Arc < Schema > ,
1028
1028
) -> Result < ( ) , PostError > {
1029
- let dataset_meta = format ! ( "{}_{ INTERNAL_STREAM_NAME}" , & self . stream_name ) ;
1029
+ let stats_dataset_name = format ! ( "dataset_{ INTERNAL_STREAM_NAME}" ) ;
1030
1030
let log_source_entry = LogSourceEntry :: new ( LogSource :: Json , HashSet :: new ( ) ) ;
1031
1031
PARSEABLE
1032
1032
. create_stream_if_not_exists (
1033
- & dataset_meta ,
1033
+ & stats_dataset_name ,
1034
1034
StreamType :: Internal ,
1035
1035
vec ! [ log_source_entry] ,
1036
1036
)
@@ -1054,7 +1054,7 @@ impl Stream {
1054
1054
1055
1055
flatten_and_push_logs (
1056
1056
stats_value,
1057
- & dataset_meta ,
1057
+ & stats_dataset_name ,
1058
1058
& LogSource :: Json ,
1059
1059
& HashMap :: new ( ) ,
1060
1060
)
You can’t perform that action at this time.
0 commit comments