Nathan Kronenfeld
Nathan Kronenfeld
I'm in step 8 of your tutorial (https://quickstarts.snowflake.com/guide/getting_started_with_snowflake/?utm_cta=website-workload-data-warehouse-resources-data-analysts-guide#7), in the section entitled "Roll back a table". I execute the command ``` set query_id = (select query_id from table(information_schema.query_history_by_session (result_limit=>5)) where...
Tiling always appends the field names to the passed-in id. Perhaps instead, we might want to do a pattern-replacement model, where fields from each piece are substituted into standard patterns...
RDDLineBinner may now be completely redundant, or it may simply need to inherit from RDDBinner and override or add one or two methods. I'm not completely sure which. But 90%...
The current build system requires deployment information directly in the pom. Putting it there is unfeasible at the moment. Figure out how to specify deployment information on the build machine...
Presently a monolithic factory, Value Transformer construction should be converted to using UberFactories.
I think we can combine these into one pass, rather than the current 2. This issue is just to give that a shot, not sure if it will work or...
Currently, when using kryo serializers, one has to create a new serializer for each type, because of the type descriptor. We should make a type descriptor factory, and make this...
When a factory gets a bad configuration value (such as: when all possible values are listed, and it's an unlisted one, or an unknown subtype for an uberfactory, or a...
Look into using Spire (http://typelevel.org/blog/2013/07/07/generic-numeric-programming.html) for numeric code. It deals with a lot of what extended numerics are intended to, but more efficiently.
I think it would be useful to color raster trail pyramids, not by count, but by time. This would use a min or max binning analytic instead of a sum,...