issues
search
ActianCorp
/
spark-vector
Repository for the Spark-Vector connector
Apache License 2.0
20
stars
9
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
II-6650: Introduces a new load option -vj which
#84
fgropengieser
closed
3 years ago
0
II-4707 : Enables usage of fully qualified hostname in case data stre…
#83
fgropengieser
closed
4 years ago
0
Fix for bug II-6289.
#82
fgropengieser
closed
4 years ago
0
Fixed handling of backslash as escape character in CSVRead
#81
fgropengieser
closed
4 years ago
1
Fixed problem with mixed case table names in TableSchemaGeneratorTest
#80
fgropengieser
closed
4 years ago
0
Makes job option and extra option keys case insensitive.
#79
fgropengieser
closed
4 years ago
0
Fixed some tests, did some minor refactoring and added new provider tests
#78
fgropengieser
closed
4 years ago
1
Fix for Issue II-5795
#77
fgropengieser
closed
4 years ago
0
Fix for bug II-5462.
#76
fgropengieser
closed
4 years ago
0
Updated dependencies and some code refactoring and testing
#75
fgropengieser
closed
4 years ago
1
Fix for bug II-5462.
#74
fgropengieser
closed
4 years ago
0
Filtering Error
#73
nplevitt
opened
6 years ago
1
Replacing the expected RDD type from RDD[Seq[Any]] to RDD[Row].
#72
and-costea
closed
8 years ago
1
External Tables: Incorrect handling of "time with time zone" values
#71
cbarca
closed
8 years ago
1
Eliminate useless RDD map when the input columns match the target col…
#70
and-costea
closed
8 years ago
2
External Scan Predicate Pushdown
#69
adrian-ionescu
closed
8 years ago
2
External Scan Predicate Pushdown
#68
adrian-ionescu
closed
8 years ago
0
External Tables: Incorrect handling of "time with time zone" values
#67
cbarca
closed
8 years ago
1
Unloading of large decimals in a environment where Spark executors are multi threaded may give random (and wrong) results.
#66
and-costea
closed
8 years ago
0
In environments where Spark executors are multi-threaded, the reused …
#65
and-costea
closed
8 years ago
1
Timestamps before epoch would be inserted into Vector with +1s.
#64
and-costea
closed
8 years ago
1
select count(*) from external_table leads to exception in sparkSql with spark 1.6.x
#63
adrian-ionescu
closed
8 years ago
0
Fix scanning of 0 columns from external table.
#62
adrian-ionescu
closed
8 years ago
1
Improved partition to datastreams assignment:
#61
and-costea
closed
8 years ago
1
Improved reporting of Provider exceptions by communicating all causes…
#60
and-costea
closed
8 years ago
1
Report a better error message when trying to read ORC files without hive activated
#59
and-costea
closed
8 years ago
0
Cleanup code of const columns
#58
cbarca
closed
8 years ago
3
Checking socket.isConnected in readByteBuffer's while loop (and other small nits)
#57
cbarca
closed
8 years ago
1
Adapting to Vector changes in network protocol.
#56
and-costea
closed
8 years ago
1
scan no cols
#55
adrian-ionescu
closed
8 years ago
2
EXTERNAL TABLES - E_VW1213 External table provider reported an error
#54
cbarca
closed
8 years ago
1
Optimized unload query to 'select count(*) from table' instead of 'select *' or 'select 1' in case we have an empty requiredColumns
#53
cbarca
closed
8 years ago
1
Making the Hive support optional.
#52
and-costea
closed
8 years ago
1
Clean up code of const columns
#51
and-costea
closed
8 years ago
1
ScanRDD not able to be reused in a subsequent job
#50
cbarca
closed
6 years ago
2
Exception when unloading const columns
#49
and-costea
closed
8 years ago
1
Adding missing provider files
#48
and-costea
closed
8 years ago
0
QA - SPARK Parallel unloader - hangs on join query
#47
Pyrobal
closed
8 years ago
2
QA - SPARK Parallel unloader - INTERSECT and EXCEPT not working
#46
Pyrobal
closed
8 years ago
1
QA - SPARK Parallel unloader - query failing with "MismatchedTokenException(91!=30)"
#45
Pyrobal
closed
8 years ago
1
QA - SPARK Parallel unloader - no data exported for particular query
#44
Pyrobal
closed
8 years ago
1
When requiredColumns is empty, do a select 1 from table instead of select *
#43
and-costea
closed
8 years ago
0
Fixing the partition id which is passed further to DataStreamReader; the partitionId from taskContext was bogus, the Partition.index should've been used instead.
#42
cbarca
closed
8 years ago
1
The column metadata seq passed for unloading should also keep the select-cols' ordering
#41
cbarca
closed
8 years ago
1
Dev provider
#40
and-costea
closed
8 years ago
1
QA - SPARK - parallel unloader: unload fails with "org.apache.spark.sql.catalyst.expressions.MutableInt cannot be cast to org.ap
#39
Pyrobal
closed
8 years ago
0
QA - SPARK CONNECTOR - parallel unloader: hangs doing UNION ALL statement
#38
Pyrobal
closed
8 years ago
1
QA - SPARK CONNECTOR - parallel unloader: fails with java.nio.BufferUnderflowException
#37
Pyrobal
closed
8 years ago
2
Enhance unit testing by generating the data types for tables using columnMetadataGen instead
#36
cbarca
opened
8 years ago
1
Changing 'money' type from decimal to double because in Vector is treated as a double type
#35
cbarca
closed
8 years ago
1
Next