Justin Swanhart

Results 34 comments of Justin Swanhart

sorry it is a bit of a dirty push. I was in a hurry. I can clean it up and make any changes you request if you like. I didn't...

did you add this functionality? if not, can you pull it as is. it has languished. if you don't want to pull it, what changes to do you want?

In beta2 WARP continues to store decimal as string, and it pushes decimal comparisons to the MySQL layer. Doing decimal comparisons requires Fastbit modification of both bitmap indexing and column...

I will check it out after Thanksgiving and merge the PR. Thanks!!

I am toying with the idea of allowing insertions into tables by appending to files on WarpFS but not a specific daemon interface like memcached

I think you will have to add the function to the SQL parser so that it is recognized. Right now I am on disability and not working, so I can't...

I will need to take a look at this. Parser modification may not actually be required for UDF in the WHERE clause. There might just be a bug here.

Indeed the arbitrary UDF function needs to be manually added to the parser. Should be noted in the documentation.

Probably just needs || $prevCategory == INDEX_COL_LIST - will take a look as soon as I can.