Robert (Bobby) Evans

Results 204 comments of Robert (Bobby) Evans

We had an initial discussion with a developer in CUDF on how we might be able to support time zone transitions. He has a proof of concept that is not...

Reading the prototype code it is actually very simple. A time zone table that is specific to a given time zone is sorted by the time when a transition occurs....

In the short term we could probably implement this in terms of calling `get_json_object` multiple times. Not sure how well that would scale for very large numbers of objects, as...

@jiangzhileaf I am trying to wrap my head around which situations would cause this to happen. It appears that in some cases you can get a host name from the...

Actually I have dug deeper, and I think we want to do this differently, although it will be just as simple of a change. Currently a ConnectException is thrown deep...

@liu-zhaokun I'm not sure you understood my comment from before. This current code has a bug in it. If a DRPC server is down when the spout comes up, even...

@liu-zhaokun You are correct I had forgotten the ThriftClient establishes the connection then initializes the _protocol member and then finally the Client itself is created which will read from the...

Currently ThriftClient will connect to the server itself in the constructor. What we want to do is to optionally not do that, and instead let the DRPCInvocationsClient do it in...

@liu-zhaokun Currently the only way that the user name is transmitted from the client to the server is through authentication because authentication is secure and we didn't want to accidentally...