enso/std-bits
Radosław Waśko 0cd446432f
Fix inconsistency when building a Mixed column, fixes to Union (#7919)
- Fixes #7352 by remembering original value types in type inference mode to be able to reconstruct them for Mixed.
   - Added more benchmarks for comparing performance of constructing columns.
- Fixes missing implementations that caused `Table.union` crashing on some type pairs.
- Ensures that `Loss_Of_Integer_Precision` warning is not swallowed when numeric columns are unioned to create a `Float` column.
- Adds test for all of the above cases.
- Allow to output benchmark results to a CSV by setting an environment variable - useful for quickly comparing benchmarks, e.g. in Enso.
2023-10-03 20:33:34 +02:00
..
aws/src/main/java/org/enso/aws S3 Read Access, Input Stream based reading (#7776) 2023-09-20 15:09:11 +00:00
base/src/main/java/org/enso/base Follow up improvements to Date_Time_Formatter (#7875) 2023-09-28 09:38:00 +00:00
benchmarks/src/bench/java/org/enso/benchmarks/libs Invoke all Enso benchmarks via JMH (#7101) 2023-08-07 12:39:01 +00:00
database/src/main/java/org/enso/database Execution Context integration for Database write operations (#7072) 2023-06-27 15:51:21 +00:00
google-api Google Spreadsheet Reading (#1976) 2021-09-03 21:41:12 +02:00
image/src/main/java/org/enso/image Add safepoints to standard libraries Java polyglot helpers (#7183) 2023-07-05 14:12:13 +00:00
table/src/main Fix inconsistency when building a Mixed column, fixes to Union (#7919) 2023-10-03 20:33:34 +02:00