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 @@ -785,11 +785,11 @@ impl Stream {
785
785
record_batches : Vec < RecordBatch > ,
786
786
schema : Arc < Schema > ,
787
787
) -> Result < ( ) , PostError > {
788
- let dataset_meta = format ! ( "{}_{ INTERNAL_STREAM_NAME}" , & self . stream_name ) ;
788
+ let stats_dataset_name = format ! ( "dataset_{ INTERNAL_STREAM_NAME}" ) ;
789
789
let log_source_entry = LogSourceEntry :: new ( LogSource :: Json , HashSet :: new ( ) ) ;
790
790
PARSEABLE
791
791
. create_stream_if_not_exists (
792
- & dataset_meta ,
792
+ & stats_dataset_name ,
793
793
StreamType :: Internal ,
794
794
vec ! [ log_source_entry] ,
795
795
)
@@ -813,7 +813,7 @@ impl Stream {
813
813
814
814
flatten_and_push_logs (
815
815
stats_value,
816
- & dataset_meta ,
816
+ & stats_dataset_name ,
817
817
& LogSource :: Json ,
818
818
& HashMap :: new ( ) ,
819
819
)
You can’t perform that action at this time.
0 commit comments