| clear query|facets|time |
Search criteria: .
Results from 1 to 10 from
17 (2.968s).
|
|
|
Loading phrases to help you refine your search...
|
|
[HIVE-4525] Support timestamps earlier than 1970 and later than 2038 - Hive - [issue]
|
|
...TimestampWritable currently serializes timestamps using the lower 31 bits of an int. This does not allow to store timestamps earlier than 1970 or later than a certain point in 2038....
|
|
|
http://issues.apache.org/jira/browse/HIVE-4525
Author: Mikhail Bautin,
2013-05-16, 02:55
|
|
|
cannot edit comments on Hive JIRA - Hive - [mail # dev]
|
|
...Hello, I cannot edit my comments on JIRA. In some cases it is desirable to edit comments, e.g. to be able to correct a feature's design description. Could one of Hive JIRA admins pleas...
|
|
|
Author: Mikhail Bautin,
2013-05-11, 08:56
|
|
|
Re: support for timestamps before 1970 or after 2038 - Hive - [mail # dev]
|
|
...Since this does seem to be a problem in Hive, I went ahead and created a JIRA with a design proposal of a backward-compatible solution. https://issues.apache.org/jira/browse/HIVE-4525 ...
|
|
|
Author: Mikhail Bautin,
2013-05-09, 03:34
|
|
|
support for timestamps before 1970 or after 2038 - Hive - [mail # dev]
|
|
...Hello, Are there plans to support timestamps that cannot be represented by a signed 32-bit integer number of seconds since the UNIX epoch? (i.e. those before 1970 or after a certain po...
|
|
|
Author: Mikhail Bautin,
2013-05-08, 22:15
|
|
|
[HIVE-3772] Fix a concurrency bug in LazyBinaryUtils due to a static field (patch by Reynold Xin) - Hive - [issue]
|
|
...Creating a JIRA for Reynold Xin's patch needed by the Shark project. https://github.com/amplab/hive/commit/17e1c3dd2f6d8eca767115dc46d5a880aed8c765writeVLong should not use a static field du...
|
|
|
http://issues.apache.org/jira/browse/HIVE-3772
Author: Mikhail Bautin,
2013-05-07, 21:50
|
|
|
[HIVE-3930] Generate and publish source jars - Hive - [issue]
|
|
...Hive should generate and publish source jars to Maven....
|
|
|
http://issues.apache.org/jira/browse/HIVE-3930
Author: Mikhail Bautin,
2013-03-14, 00:24
|
|
|
[HIVE-3974] RCFile needs to export a method to flush buffered records and provide a flush callback - Hive - [issue]
|
|
...Sometimes it is desirable to make sure all buffered records have been persisted, and take some action when that happens. The easiest way to achieve this is to make the flushRecords() method ...
|
|
|
http://issues.apache.org/jira/browse/HIVE-3974
Author: Mikhail Bautin,
2013-02-02, 16:33
|
|
|
[HIVE-3913] Possible deadlock in ZK lock manager - Hive - [issue]
|
|
...ZK Hive lock manager can get into a state when the connection is closed, but no reconnection is attempted....
|
|
|
http://issues.apache.org/jira/browse/HIVE-3913
Author: Mikhail Bautin,
2013-01-25, 14:04
|
|
|
[HIVE-3809] Concurrency issue in RCFile: multiple threads can use the same decompressor - Hive - [issue]
|
|
...RCFile is not thread-safe, even if each reader is only used by one thread as intended, because it is possible to return decompressors to the pool multiple times by calling close on the reade...
|
|
|
http://issues.apache.org/jira/browse/HIVE-3809
Author: Mikhail Bautin,
2013-01-24, 18:22
|
|
|
[HIVE-3855] Fix tests with non-deterministic output, e.g. limit without order by (patch by Reynold Xin) - Hive - [issue]
|
|
...Fix tests with non-deterministic output, e.g. limit without order by (patch by Reynold Xin). Needed by the Shark project (http://shark.cs.berkeley.edu/).https://github.com/amplab/hive/commit...
|
|
|
http://issues.apache.org/jira/browse/HIVE-3855
Author: Mikhail Bautin,
2013-01-04, 02:32
|
|
|
|