[2023-06-05] Library and Engine Team Update #6951
jdunkerley
started this conversation in
Weekly Demo Day
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
.
in the field name caused issues. Small fixes from book club. #6933set
checks the length when setting a column. Small fixes from book club. #6933Table.add_row_number
. ImplementTable.add_row_number
#6890Column_Index_Out_Of_Range
intoMissing_Input_Columns
. MergeColumn_Indexes_Out_Of_Range
intoMissing_Input_Columns
. #6901create_database_table
intocreate_table
andselect_into_database_table
. Refactorcreate_database_table
intoConnection.create_table
andselect_into_database_table
, implementSet
. #6925Column.truncate
,ceil
andfloor
as vectorized ops. Reimplement Column.truncate, .ceil, and .floor as vectorized Java ops #6941Beta Was this translation helpful? Give feedback.
All reactions