Skip to content

Rename #102

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

Merged
merged 5 commits into from
Apr 29, 2025
Merged

Rename #102

merged 5 commits into from
Apr 29, 2025

Conversation

velo
Copy link
Collaborator

@velo velo commented Apr 29, 2025

No description provided.

velo added 5 commits April 28, 2025 11:17
Signed-off-by: Marvin Froeder <marvin@datasqrl.com>
Signed-off-by: Marvin Froeder <marvin@datasqrl.com>
Signed-off-by: Marvin Froeder <marvin@datasqrl.com>
Signed-off-by: Marvin Froeder <marvin@datasqrl.com>
@velo velo requested a review from Copilot April 29, 2025 10:19
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates the package declarations for various math function files to consolidate them under the new package "com.datasqrl.flinkrunner.stdlib.math".

  • Updated package paths in files previously under "functions.math.util" or "functions.math.distribution".
  • Files modified include implementations for scalar math functions such as scalb, log1p, hypot, etc.

Reviewed Changes

Copilot reviewed 36 out of 45 changed files in this pull request and generated no comments.

Show a summary per file
File Description
scalb.java Package changed from "...functions.math.util" to "...stdlib.math"
poisson_distribution.java Package changed from "...functions.math.distribution" to "...stdlib.math"
normal_distribution.java Package changed from "...functions.math.distribution" to "...stdlib.math"
next_after.java Package changed from "...functions.math.util" to "...stdlib.math"
log1p.java Package changed from "...functions.math.util" to "...stdlib.math"
hypot.java Package changed from "...functions.math.util" to "...stdlib.math"
exponential_distribution.java Package changed from "...functions.math.distribution" to "...stdlib.math"
expm1.java Package changed from "...functions.math.util" to "...stdlib.math"
copy_sign.java Package changed from "...functions.math.util" to "...stdlib.math"
cbrt.java Package changed from "...functions.math.util" to "...stdlib.math"
binomial_distribution.java Package changed from "...functions.math.distribution" to "...stdlib.math"
Files not reviewed (9)
  • connectors/kafka-safe-connector/pom.xml: Language not supported
  • connectors/pom.xml: Language not supported
  • connectors/postgresql-connector/pom.xml: Language not supported
  • flink-sql-runner/pom.xml: Language not supported
  • formats/flexible-csv-format/pom.xml: Language not supported
  • formats/flexible-json-format/pom.xml: Language not supported
  • formats/pom.xml: Language not supported
  • functions/functions-common/pom.xml: Language not supported
  • functions/math-functions/pom.xml: Language not supported

@velo velo merged commit 070ec7f into main Apr 29, 2025
2 checks passed
@velo velo deleted the rename branch April 29, 2025 10:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant