Nathan Kronenfeld

Results 24 issues of 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...

T2 - feature
P1 - High Priority
A4 - tiling

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%...

P2 - Medium Priority
T3 - refactor
A4 - tiling

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...

P2 - Medium Priority
A1 - build

Presently a monolithic factory, Value Transformer construction should be converted to using UberFactories.

P2 - Medium Priority
T3 - refactor
A4 - tiling

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...

T2 - feature
P1 - High Priority
T3 - refactor
A4 - tiling

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...

T2 - feature
P1 - High Priority
A3 - binning

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...

T1 - bug
P2 - Medium Priority

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.

T2 - feature
P3 - Low Priority
A4 - tiling

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,...

T2 - feature
P2 - Medium Priority
A4 - tiling