Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(profiling): add a function_examples dataset #6293

Closed
wants to merge 16 commits into from

Commits on Sep 12, 2024

  1. Configuration menu
    Copy the full SHA
    a578ab3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03c8760 View commit details
    Browse the repository at this point in the history
  3. add function columns

    viglia committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    7b1a636 View commit details
    Browse the repository at this point in the history
  4. address feedback

    * add start_timestamp
    * add fingerprint to the order by
    * remove one of the ID columns and add is_continuous
    viglia committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    b6a82fc View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Configuration menu
    Copy the full SHA
    ca2406f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b24639 View commit details
    Browse the repository at this point in the history
  3. fix loader name

    viglia committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    2052013 View commit details
    Browse the repository at this point in the history
  4. rename folder

    viglia committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    7ee61a0 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Configuration menu
    Copy the full SHA
    803bd01 View commit details
    Browse the repository at this point in the history
  2. add is_application column

    viglia committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    4a5f0f5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9312205 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4185a20 View commit details
    Browse the repository at this point in the history
  5. change is_continuous column to profiling_type

    this uses a String with low_cardinality=true that acts as an enum,
    leaving us a bit more flexibility to support other cases in the future.
    viglia committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    e1c15cf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0f258f1 View commit details
    Browse the repository at this point in the history
  7. add dist column

    viglia committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    78cbbbf View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    23f0ff3 View commit details
    Browse the repository at this point in the history