This is an automated email from the ASF dual-hosted git repository.

apucher pushed a change to branch pinot-tools-time-series-generator
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.


 discard ce16e87  Extends pinot-tools data generator with realistic time series 
templates considering seasonality, trends, noise, and major outliers. 
Specifically, this adds support for: * seasonal (diurnal) patterns to simulate 
page views and clicks metrics * spiky (long-tailed) patterns to simulate error 
metrics * sequential patterns to deterministically populate time stamp columns 
* string dictionaries to deterministically populate dimension columns * mixture 
models of the above
     new f709457  Extends pinot-tools data generator with realistic time series 
templates considering seasonality, trends, noise, and major outliers. #5117

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (ce16e87)
            \
             N -- N -- N   refs/heads/pinot-tools-time-series-generator 
(f709457)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../pinot/generators/complexWebsite_config.json    |  17 ----
 .../pinot/generators/complexWebsite_generator.json | 113 ---------------------
 .../pinot/generators/complexWebsite_schema.json    |  38 -------
 docker/images/pinot/generators/generator.sh        |  76 --------------
 .../pinot/generators/simpleWebsite_config.json     |  17 ----
 .../pinot/generators/simpleWebsite_generator.json  |  44 --------
 .../pinot/generators/simpleWebsite_schema.json     |  26 -----
 7 files changed, 331 deletions(-)
 delete mode 100644 docker/images/pinot/generators/complexWebsite_config.json
 delete mode 100644 docker/images/pinot/generators/complexWebsite_generator.json
 delete mode 100644 docker/images/pinot/generators/complexWebsite_schema.json
 delete mode 100755 docker/images/pinot/generators/generator.sh
 delete mode 100644 docker/images/pinot/generators/simpleWebsite_config.json
 delete mode 100644 docker/images/pinot/generators/simpleWebsite_generator.json
 delete mode 100644 docker/images/pinot/generators/simpleWebsite_schema.json


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to