Charlie Hubbard
Charlie Hubbard
I like the idea of keeping multiple CIDRs in a data structure optimized to search it, but what I really need is a fast way to check an IP address...
In the source code it explicitly turns off optimization with this line: cx.setOptimizationLevel(-1); This is because env.js is too large for the 64KB bytecode limit. However, if you split the...
https://nexus.pentaho.org/content/groups/omni is not responding. Cloudfront is putting up a 504. Will this be fixed soon? Update: So it was going to cloudfront and throwing up after a long timeout. Now...
TopBottomPercentSumFunDef:76 fails and returns a null if you pass a NamedSet. Then when it goes to evaluate it then it throws a NullPointerException on line 121. The reason is because...
Using the mysql driver and a table with a column of Mysql Float value type. Mondrian doesn't recognize the data type because the mysql driver is returning a REAL data...
I finally got the master line building and integrated to our app so I could test out the new Existing() function. It appears to work but not in all cases....
I tried to use a SNAPSHOT build from maven and it was compiled with 1.8 and it isn't backwards compatible with older versions of java. I then tried to build...
It's basically impossible to do anything moderately complex without the EXISTING keyword. I can't believe Mondrian is as old as it is and it's never been done. MDX standard specifies...
AggGen fails to work when RolapStar cannot be found. Eventhough it's just a matter of case sensitivity that prevents it from being found. The JDBC drivers report table names in...
Using the documented procedure CmdRunner will not connect to a any other jdbcUrl other than Foodmart. Essentially CmdRunner code never looks at the property mondrian.test.jdbcURL. And CmdRunner.getJdbcURLProperty() uses return MondrianProperties.instance().FoodmartJdbcURL.get();...