Skip to content

Commit bc7ac8f

Browse files
Include native built in functions ci test (#26056)
## Description <!---Describe your changes in detail--> The built in native functions test was not running in Github CI actions because it did not match the filename pattern "TestPrestoNative*". ## Motivation and Context <!---Why is this change required? What problem does it solve?--> <!---If it fixes an open issue, please link to the issue here.--> Include a missing test in github CI ## Impact <!---Describe any public API or user-facing feature change or any performance impact--> No changes in APIs ## Test Plan <!---Please fill in how you tested your change--> Test is now running in github CI ## Contributor checklist - [ ] Please make sure your submission complies with our [contributing guide](https://github.com/prestodb/presto/blob/master/CONTRIBUTING.md), in particular [code style](https://github.com/prestodb/presto/blob/master/CONTRIBUTING.md#code-style) and [commit standards](https://github.com/prestodb/presto/blob/master/CONTRIBUTING.md#commit-standards). - [ ] PR description addresses the issue accurately and concisely. If the change is non-trivial, a GitHub Issue is referenced. - [ ] Documented new properties (with its default value), SQL syntax, functions, or other functionality. - [ ] If release notes are required, they follow the [release notes guidelines](https://github.com/prestodb/presto/wiki/Release-Notes-Guidelines). - [ ] Adequate tests were added if applicable. - [ ] CI passed. ## Release Notes Please follow [release notes guidelines](https://github.com/prestodb/presto/wiki/Release-Notes-Guidelines) and fill in the release notes below. ``` == NO RELEASE NOTE == ```
1 parent e960542 commit bc7ac8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
import static java.util.Collections.emptyList;
6969
import static org.testng.Assert.fail;
7070

71-
public class TestBuiltInNativeFunctions
71+
public class TestPrestoNativeBuiltInFunctions
7272
extends AbstractTestQueryFramework
7373
{
7474
@Override

0 commit comments

Comments
 (0)