spark git commit: [SPARK-4244] [SQL] Support Hive Generic UDFs with constant object inspector parameters

2014-11-20 Thread marmbrus
Repository: spark Updated Branches: refs/heads/branch-1.2 5153aa041 - 0f6a2eeaf [SPARK-4244] [SQL] Support Hive Generic UDFs with constant object inspector parameters Query `SELECT named_struct(lower(AA), 12, lower(Bb), 13) FROM src LIMIT 1` will throw exception, some of the Hive Generic

spark git commit: [SPARK-4244] [SQL] Support Hive Generic UDFs with constant object inspector parameters

2014-11-20 Thread marmbrus
Repository: spark Updated Branches: refs/heads/master d39f2e9c6 - 84d79ee9e [SPARK-4244] [SQL] Support Hive Generic UDFs with constant object inspector parameters Query `SELECT named_struct(lower(AA), 12, lower(Bb), 13) FROM src LIMIT 1` will throw exception, some of the Hive Generic