You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Nicolas Pocock (Jira)" <ji...@apache.org> on 2023/03/09 14:21:00 UTC

[jira] [Updated] (FLINK-31384) If you don't pass a function type to the builders WithSpec method it doesn't error within the Go SDK but the function isn't registered within Flink and doesn't run correctly.

     [ https://issues.apache.org/jira/browse/FLINK-31384?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nicolas Pocock updated FLINK-31384:
-----------------------------------
    Description: 
If you don't pass a function type to the builders `WithSpec` method it doesn't error within the Go SDK but the function isn't registered within Flink and doesn't run correctly. 

You can see the error within the Flink UI but the Go SDK just logs
{code:java}
"registering Stateful Function nil"{code}
And then carries on as usual

  was:
If you don't pass a function type to the builders `WithSpec` method it doesn't error within the Go SDK but the function isn't registered within Flink and doesn't run correctly. 

You can see the error within the Flink UI but the Go SDK just logs

`"registering Stateful Function nil"`

And then carries on as usual


> If you don't pass a function type to the builders WithSpec method it doesn't error within the Go SDK but the function isn't registered within Flink and doesn't run correctly.
> ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: FLINK-31384
>                 URL: https://issues.apache.org/jira/browse/FLINK-31384
>             Project: Flink
>          Issue Type: Bug
>          Components: Stateful Functions
>            Reporter: Nicolas Pocock
>            Priority: Major
>
> If you don't pass a function type to the builders `WithSpec` method it doesn't error within the Go SDK but the function isn't registered within Flink and doesn't run correctly. 
> You can see the error within the Flink UI but the Go SDK just logs
> {code:java}
> "registering Stateful Function nil"{code}
> And then carries on as usual



--
This message was sent by Atlassian Jira
(v8.20.10#820010)