Steve Gallo
Steve Gallo
@ericfranz I think that a good start would be a way to test the core infrastructure and authentication pieces. It sounds like you've already given this some thought with the...
@ericfranz I think that the two items you mentioned above would be sufficient for this submission. > Adding some system tests to verify the job configuration does seem straight forward:...
The REPLACE() function is interpreted as a REPLACE DML in the parser. Parsing of the SQL SELECT actually stops when it sees the REPLACE() function and any other columns in...
I've made a patch that addresses this issue and correctly handles REPLACE in CREATE TABLE, REPLACE INTO, and the string function REPLACE() in a SELECT clause. I will put in...