You are viewing a plain text version of this content. The canonical link for it is here.
- [GitHub] orc pull request #222: ORC-310 better error handling for codec - posted by sershe <gi...@git.apache.org> on 2018/03/01 00:01:37 UTC, 8 replies.
- [GitHub] orc issue #222: ORC-310 better error handling for codec - posted by sershe <gi...@git.apache.org> on 2018/03/01 23:32:43 UTC, 0 replies.
- [jira] [Created] (ORC-311) C++ Reader crash for corrupt StripeFooter - posted by "Quanlong Huang (JIRA)" <ji...@apache.org> on 2018/03/02 15:08:00 UTC, 0 replies.
- [GitHub] orc pull request #223: ORC-311: Fix null points when StripeFooter corrupts - posted by stiga-huang <gi...@git.apache.org> on 2018/03/02 15:11:32 UTC, 0 replies.
- [GitHub] orc pull request #221: ORC-308. Add function to get subtypes by name. - posted by asfgit <gi...@git.apache.org> on 2018/03/02 18:39:49 UTC, 0 replies.
- [GitHub] orc pull request #220: ORC-306 Correct pre-1970 timestamps that were off by ... - posted by asfgit <gi...@git.apache.org> on 2018/03/02 18:51:12 UTC, 0 replies.
- [GitHub] orc issue #223: ORC-311: [C++] Fix null pointers when StripeFooter corrupts - posted by omalley <gi...@git.apache.org> on 2018/03/02 19:11:03 UTC, 2 replies.
- [jira] [Created] (ORC-312) C++ Reader crash for corrupt memory - posted by "Quanlong Huang (JIRA)" <ji...@apache.org> on 2018/03/03 02:50:00 UTC, 0 replies.
- [GitHub] orc pull request #224: ORC-312: fix buffer overflow in corrupt StringDiction... - posted by stiga-huang <gi...@git.apache.org> on 2018/03/03 06:05:27 UTC, 0 replies.
- [jira] [Created] (ORC-313) Missing checks on SubType count of LIST and MAP types - posted by "Quanlong Huang (JIRA)" <ji...@apache.org> on 2018/03/03 09:20:00 UTC, 0 replies.
- [GitHub] orc pull request #225: ORC-313: Check subtype count in converting protobuf T... - posted by stiga-huang <gi...@git.apache.org> on 2018/03/03 09:27:41 UTC, 0 replies.
- [jira] [Created] (ORC-314) C++ Reader crash for out of range scale in parsing decimals - posted by "Quanlong Huang (JIRA)" <ji...@apache.org> on 2018/03/05 01:27:00 UTC, 0 replies.
- [GitHub] orc pull request #226: ORC-314: Check scale range when parsing decimals - posted by stiga-huang <gi...@git.apache.org> on 2018/03/05 01:55:07 UTC, 1 replies.
- [GitHub] orc issue #226: ORC-314: Check scale range when parsing decimals - posted by stiga-huang <gi...@git.apache.org> on 2018/03/05 13:33:32 UTC, 0 replies.
- [jira] [Created] (ORC-315) More robust on reading random corrupt files - posted by "Quanlong Huang (JIRA)" <ji...@apache.org> on 2018/03/06 02:55:00 UTC, 0 replies.
- [jira] [Created] (ORC-316) URISyntaxException when trying to create Writer for a path that includes a colon - posted by "Yevgeny Zaspitsky (JIRA)" <ji...@apache.org> on 2018/03/06 13:08:00 UTC, 0 replies.
- [jira] [Created] (ORC-317) C++ reader crash on reading corrupt decimal types - posted by "Quanlong Huang (JIRA)" <ji...@apache.org> on 2018/03/07 03:20:00 UTC, 0 replies.
- [jira] [Created] (ORC-318) Change HadoopShims.KeyProvider to separate createLocalKey and decryptLocalKey - posted by "Owen O'Malley (JIRA)" <ji...@apache.org> on 2018/03/07 21:05:00 UTC, 0 replies.
- [GitHub] orc issue #225: ORC-313: Check subtype count in converting protobuf Types - posted by stiga-huang <gi...@git.apache.org> on 2018/03/07 22:23:50 UTC, 0 replies.
- [GitHub] orc pull request #227: ORC-318. Change KeyProvider API to separate createLoc... - posted by omalley <gi...@git.apache.org> on 2018/03/07 22:26:55 UTC, 0 replies.
- [GitHub] orc pull request #223: ORC-311: [C++] Fix null pointers when StripeFooter co... - posted by asfgit <gi...@git.apache.org> on 2018/03/08 02:22:40 UTC, 0 replies.
- [jira] [Created] (ORC-319) C++ reader crash after Lz4DecompressionStream thrown a ParseError - posted by "Quanlong Huang (JIRA)" <ji...@apache.org> on 2018/03/08 12:14:00 UTC, 0 replies.
- [GitHub] orc pull request #228: ORC-319: [C++] should not throw a pointer of exceptio... - posted by stiga-huang <gi...@git.apache.org> on 2018/03/08 12:22:59 UTC, 1 replies.
- [GitHub] orc issue #225: ORC-313,ORC-317: Check types in footer - posted by stiga-huang <gi...@git.apache.org> on 2018/03/10 00:56:17 UTC, 5 replies.
- [jira] [Created] (ORC-320) C++ writer tests failed when Daylight Saving Time started - posted by "Quanlong Huang (JIRA)" <ji...@apache.org> on 2018/03/12 01:35:00 UTC, 0 replies.
- [GitHub] orc pull request #229: ORC-313: Check subtype count of LIST, MAP and UNION t... - posted by stiga-huang <gi...@git.apache.org> on 2018/03/12 13:03:01 UTC, 1 replies.
- [jira] [Created] (ORC-321) Add a pretty print option to the JSON schema finder. - posted by "Owen O'Malley (JIRA)" <ji...@apache.org> on 2018/03/12 20:38:00 UTC, 0 replies.
- [GitHub] orc pull request #230: ORC-321 Add pretty print option to JSON schema discov... - posted by omalley <gi...@git.apache.org> on 2018/03/12 20:39:17 UTC, 1 replies.
- [jira] [Created] (ORC-322) c++ writer should not adjust gmtOffset when writing timestamps - posted by "Quanlong Huang (JIRA)" <ji...@apache.org> on 2018/03/15 03:08:00 UTC, 0 replies.
- [GitHub] orc pull request #231: ORC-317: [C++] check that indices in the protobuf typ... - posted by stiga-huang <gi...@git.apache.org> on 2018/03/15 23:41:38 UTC, 4 replies.
- [GitHub] orc pull request #225: ORC-313,ORC-317: Check types in footer - posted by stiga-huang <gi...@git.apache.org> on 2018/03/15 23:43:37 UTC, 0 replies.
- [jira] [Created] (ORC-323) Predicate push down for nested fields - posted by "Ashish Sharma (JIRA)" <ji...@apache.org> on 2018/03/16 12:21:00 UTC, 0 replies.
- [GitHub] orc pull request #232: ORC-323: Predicate push down for nested fields - posted by ashish-kumar-sharma <gi...@git.apache.org> on 2018/03/16 12:30:55 UTC, 0 replies.
- [GitHub] orc pull request #233: ORC-322: [C++] Fix writing & reading timestamp - posted by wgtmac <gi...@git.apache.org> on 2018/03/16 17:25:53 UTC, 14 replies.
- [jira] [Created] (ORC-324) Add support for ARM and PPC arch - posted by "Vi On (JIRA)" <ji...@apache.org> on 2018/03/16 21:13:00 UTC, 0 replies.
- [GitHub] orc pull request #234: ORC-324 Add ARM and PPC support - posted by vion1 <gi...@git.apache.org> on 2018/03/16 21:18:59 UTC, 1 replies.
- [GitHub] orc issue #233: ORC-322: [C++] Fix writing & reading timestamp - posted by wgtmac <gi...@git.apache.org> on 2018/03/18 14:09:46 UTC, 17 replies.
- [GitHub] orc pull request #18: ORC-10. Correct bug when moving ORC files between time... - posted by wgtmac <gi...@git.apache.org> on 2018/03/19 04:21:18 UTC, 0 replies.
- ORC double encoding optimization proposal - posted by "Xu, Cheng A" <ch...@intel.com> on 2018/03/19 07:57:49 UTC, 20 replies.
- [GitHub] orc issue #231: ORC-317: [C++] check that indices in the protobuf type tree ... - posted by stiga-huang <gi...@git.apache.org> on 2018/03/20 22:28:14 UTC, 1 replies.
- [GitHub] orc issue #229: ORC-313: Check subtype count of LIST, MAP and UNION types - posted by stiga-huang <gi...@git.apache.org> on 2018/03/20 22:28:35 UTC, 0 replies.
- [GitHub] orc pull request #235: Allow custom timestamp format to be provided to CSV-O... - posted by bill-warshaw <gi...@git.apache.org> on 2018/03/21 18:44:21 UTC, 1 replies.
- [jira] [Created] (ORC-325) Java reader should protect against malformed types in ORC footers - posted by "Owen O'Malley (JIRA)" <ji...@apache.org> on 2018/03/23 17:18:00 UTC, 0 replies.
- [GitHub] orc issue #235: Allow custom timestamp format to be provided to CSV-ORC conv... - posted by bill-warshaw <gi...@git.apache.org> on 2018/03/26 14:38:06 UTC, 2 replies.
- [GitHub] orc issue #227: ORC-318. Change KeyProvider API to separate createLocalKey - posted by omalley <gi...@git.apache.org> on 2018/03/26 16:45:24 UTC, 0 replies.
- [jira] [Created] (ORC-326) Fix HadoopShimsFactory to create pre2.6 shims - posted by "Owen O'Malley (JIRA)" <ji...@apache.org> on 2018/03/26 18:32:00 UTC, 0 replies.
- [jira] [Created] (ORC-327) Fix java test cases to run correctly in other timezones. - posted by "Owen O'Malley (JIRA)" <ji...@apache.org> on 2018/03/26 18:33:00 UTC, 0 replies.
- [GitHub] orc pull request #236: ORC-327. Fix java unit test cases to pass when -Duser... - posted by omalley <gi...@git.apache.org> on 2018/03/26 20:02:53 UTC, 1 replies.
- [GitHub] orc pull request #237: ORC-326. Fix HadoopShimsFactory to create pre 2.6 shi... - posted by omalley <gi...@git.apache.org> on 2018/03/26 20:10:02 UTC, 1 replies.
- [GitHub] orc issue #236: ORC-327. Fix java unit test cases to pass when -Duser.timezo... - posted by prasanthj <gi...@git.apache.org> on 2018/03/26 20:12:56 UTC, 0 replies.
- [jira] [Created] (ORC-328) Add option to allow custom timestamp format for CSV to ORC conversion - posted by "Owen O'Malley (JIRA)" <ji...@apache.org> on 2018/03/26 20:54:01 UTC, 0 replies.