Github user asfgit closed the pull request at:
https://github.com/apache/flink/pull/411
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabl
Github user rmetzger commented on the pull request:
https://github.com/apache/flink/pull/411#issuecomment-74895705
Cool. Then I think the change is good to merge.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your pr
Github user fhueske commented on the pull request:
https://github.com/apache/flink/pull/411#issuecomment-74894556
@rmetzger Thanks for the feedback.
Added support for complex types to the Flink tuple mode and tested it on a
local cluster setup.
---
If your project is set up for
Github user rmetzger commented on the pull request:
https://github.com/apache/flink/pull/411#issuecomment-74710618
I wonder how much work it would be to add support for the last three
missing types.
With Kryo we should be able to serialize all of them easily.
---
If your project
Github user rmetzger commented on a diff in the pull request:
https://github.com/apache/flink/pull/411#discussion_r24833839
--- Diff:
flink-staging/flink-hcatalog/src/main/java/org/apache/flink/hcatalog/HCatInputFormatBase.java
---
@@ -0,0 +1,413 @@
+/*
+ * Licensed to the
GitHub user fhueske opened a pull request:
https://github.com/apache/flink/pull/411
[FLINK-1466] Add HCatInputFormats to read from HCatalog tables.
Right now the Flink-tuple mode is restricted to primitive types (no ARRAY,
STRUCT, and MAP types) and the max Java/Scala tuple width.