Public signup for this instance is disabled. Go to our Self serve sign up page to request an account. Report potential security issues privately
name function of DataStream scala class has a wrong return type:
DataStream[_]
when it should return a:
DataStream[T]