[2023-06-05] Library and Engine Team Update #6951
jdunkerley
started this conversation in
Weekly Demo Day
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
.
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